# HG changeset patch # User Richard Laager # Date 1139681764 0 # Node ID 87d2d1230ba2adc3270a3718152c472b2d0d679b # Parent 51dd24fd8290e356ca98d5106784c7aa29a0e1d6 [gaim-migrate @ 15592] SF Patch #1429712 from Sadrul Fixes SF Bug #1429077 "The pounce should not be freed." committer: Tailor Script diff -r 51dd24fd8290 -r 87d2d1230ba2 src/gtkpounce.c --- a/src/gtkpounce.c Sat Feb 11 18:12:06 2006 +0000 +++ b/src/gtkpounce.c Sat Feb 11 18:16:04 2006 +0000 @@ -1090,7 +1090,7 @@ buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); gaim_request_action(pounce, NULL, buf, NULL, 0, pounce, 2, _("Delete"), pounces_manager_delete_confirm_cb, - _("Cancel"), g_free); + _("Cancel"), NULL); g_free(buf); }