[gegl/video-rejuvenation: 35/60] 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: 35/60] ff-load: free up ffmpeg structures in finalize
- Date: Mon, 16 Nov 2015 22:16:25 +0000 (UTC)
commit dae0dc1c88aede8f839974b12828a7720e397e50
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]