[maemo-commits] [maemo-commits] r16021 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 4 19:49:46 EEST 2008
- Previous message: [maemo-commits] r16020 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16022 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-09-04 19:49:45 +0300 (Thu, 04 Sep 2008) New Revision: 16021 Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c Log: sssh, don't tell anybody that I made this leak Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c =================================================================== --- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c 2008-09-04 16:40:21 UTC (rev 16020) +++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c 2008-09-04 16:49:45 UTC (rev 16021) @@ -162,6 +162,8 @@ save_thumb_file_meta (pixbuf_large, large, mtime, uri, &nerror); + gdk_pixbuf_unref (pixbuf_large); + if (nerror) goto nerror_handler; @@ -183,6 +185,7 @@ save_thumb_file_meta (pixbuf_normal, normal, mtime, uri, &nerror); + gdk_pixbuf_unref (pixbuf_normal); nerror_handler:
- Previous message: [maemo-commits] r16020 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16022 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]