# HG changeset patch # User Eric Warmenhoven # Date 953873718 0 # Node ID e91430c2b276b22d62d5f0577e8a6c30288d2b74 # Parent e23783a60a7feb43b2ca01b84090a86c0fbaf068 [gaim-migrate @ 32] Free the whales, save the mallocs? No, that's not it... I'll get it eventually. committer: Tailor Script diff -r e23783a60a7f -r e91430c2b276 src/gnome_applet_mgr.c --- a/src/gnome_applet_mgr.c Fri Mar 24 04:01:43 2000 +0000 +++ b/src/gnome_applet_mgr.c Fri Mar 24 04:55:18 2000 +0000 @@ -285,6 +285,7 @@ a); awy = awy->next; + free(awayname); } } @@ -305,6 +306,7 @@ applet_widget_unregister_callback(APPLET_WIDGET(applet), awayname); awy = awy->next; + free(awayname); } applet_widget_unregister_callback_dir(APPLET_WIDGET(applet), "away"); applet_widget_unregister_callback(APPLET_WIDGET(applet), "away");