[gegl/video-rejuvenation: 35/83] ff-load: free up ffmpeg structures in finalize



commit 7ff333eb0994433842d80b613f8fe009735affbd
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]