Skip to content

Commit

Permalink
changes such that deadend.c does not actually leak memory
Browse files Browse the repository at this point in the history
  • Loading branch information
bmander committed Nov 5, 2010
1 parent 4747399 commit 1e82d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/test/deadend.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ int main() {
ShortestPathTree* spt = gShortestPathTree( gg, "A", "B", initstate, wo, 1000000, 1000000, 1000000 );

sptDestroy(spt);
woDestroy( wo );
gDestroy(gg);
tzDestroy( tz );
scDestroy( cal );
Expand Down

0 comments on commit 1e82d8a

Please sign in to comment.