Skip to content

Commit

Permalink
Memory leak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Deiz committed Mar 19, 2015
1 parent 74b9a08 commit 173bad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/space.c
Original file line number Diff line number Diff line change
Expand Up @@ -2978,6 +2978,7 @@ void space_exit (void)
free(pnt->land_func);
free(pnt->land_msg);
free(pnt->bribe_msg);
free(pnt->bribe_ack_msg);

/* tech */
if (pnt->tech != NULL)
Expand Down

0 comments on commit 173bad4

Please sign in to comment.