repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 91430fd450a2a38f37bb6d3ec295f9e5860ff6e3: path_to: revision_to:
commit 91430fd450a2a38f37bb6d3ec295f9e5860ff6e3 Author: Emanuele GiaquintaDate: Wed Jun 6 18:13:03 2012 +0000 Fix leak. diff --git a/src/rxvtimg.C b/src/rxvtimg.C
--- a/src/rxvtimg.C +++ b/src/rxvtimg.C @@ -67,6 +67,8 @@ rxvt_img::new_from_file (rxvt_screen *s, const char *filename) img->render_pixbuf (pb, 0, 0, img->w, img->h, 0, 0); + g_object_unref (pb); + return img; }
-----END OF PAGE-----