GNOME Bugzilla – Bug 733424
Leak in gnibbles_move_worms()
Last modified: 2014-08-19 00:40:41 UTC
In gnibbles_move_worms() the local variable dead is not always freed before the function returns
Created attachment 281209 [details] [review] Fix leak in gnibbles_move_worms() Always free dead before returning
Review of attachment 281209 [details] [review]: Classic..
Attachment 281209 [details] pushed as aca95c1 - Fix leak in gnibbles_move_worms()