Mercurial > pidgin
diff src/about.c @ 644:b3900e312d8e
[gaim-migrate @ 654]
hopefully this will reduce pixmap leaks. we'll see though
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 08 Aug 2000 22:50:18 +0000 |
| parents | 7f8b85e2e894 |
| children | 17def2bb9720 |
line wrap: on
line diff
--- a/src/about.c Tue Aug 08 22:47:47 2000 +0000 +++ b/src/about.c Tue Aug 08 22:50:18 2000 +0000 @@ -89,6 +89,7 @@ pixmap = gtk_pixmap_new(pm, bm); gtk_box_pack_start(GTK_BOX(vbox), pixmap, TRUE, TRUE, 0); gtk_widget_show(pixmap); + gdk_pixmap_unref(pm); label = gtk_label_new( "GAIM is a client that supports AOL's Instant Messenger protocol\nwritten under the GTK\n"
