[maemo-commits] [maemo-commits] r16142 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 16 18:54:06 EEST 2008
- Previous message: [maemo-commits] r16141 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon/plugins
- Next message: [maemo-commits] r16144 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof
Date: 2008-09-16 18:54:04 +0300 (Tue, 16 Sep 2008)
New Revision: 16142
Modified:
projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gstreamer-video-plugin.c
Log:
Leak
Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gstreamer-video-plugin.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gstreamer-video-plugin.c 2008-09-16 12:25:45 UTC (rev 16141)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gstreamer-video-plugin.c 2008-09-16 15:54:04 UTC (rev 16142)
@@ -452,10 +452,10 @@
video_thumbnail_create (thumber, &nerror);
+ nerror_handler:
+
g_slice_free (VideoThumbnailer, thumber);
- nerror_handler:
-
if (nerror) {
if (!errors)
errors = g_string_new ("");
- Previous message: [maemo-commits] r16141 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon/plugins
- Next message: [maemo-commits] r16144 - in projects/haf/branches/hildon-thumbnail/daemonize: . daemon daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
