[gegl/video-rejuvenation] ff-load: free up ffmpeg structures in finalize
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/video-rejuvenation] ff-load: free up ffmpeg structures in finalize
- Date: Thu, 29 Oct 2015 23:29:24 +0000 (UTC)
commit d8209de9d5616fb332dcdd9a7cd140c124df35d4
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Oct 29 20:48:18 2015 +0100
ff-load: free up ffmpeg structures in finalize
operations/external/ff-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/ff-load.c b/operations/external/ff-load.c
index 4bc75c7..491ec48 100644
--- a/operations/external/ff-load.c
+++ b/operations/external/ff-load.c
@@ -751,7 +751,7 @@ finalize (GObject *object)
if (o->user_data)
{
Priv *p = (Priv*)o->user_data;
-
+ ff_cleanup (o);
g_free (p->loadedfilename);
g_free (p->fourcc);
g_free (p->codec_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]