comparison src/dialogs.c @ 24:7d0ef30fe8c0

[gaim-migrate @ 33] We've manged to find all of the memory leaks. Here is a patch for the first one. More patches will follow. Thanks to my brother, Jeramey, for helping out on this one. I love ya bro :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 24 Mar 2000 06:59:03 +0000
parents 2846a03bda67
children c56db1b46b0d
comparison
equal deleted inserted replaced
23:e91430c2b276 24:7d0ef30fe8c0
1938 "clicked", GTK_SIGNAL_FUNC(destroy_dialog), importdialog); 1938 "clicked", GTK_SIGNAL_FUNC(destroy_dialog), importdialog);
1939 1939
1940 1940
1941 } 1941 }
1942 1942
1943 g_free(buf);
1943 gtk_widget_show(importdialog); 1944 gtk_widget_show(importdialog);
1944 gdk_window_raise(importdialog->window); 1945 gdk_window_raise(importdialog->window);
1945 } 1946 }
1946 1947
1947 1948