File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
66dnl initialize autoconf
77dnl releases only do -Wall, git and prerelease does -Werror too
88dnl use a three digit version number for releases, and four for git/pre
9- AC_INIT ( [ GstInterpipe] ,[ 1.1.6 ] ,
9+ AC_INIT ( [ GstInterpipe] ,[ 1.1.7 ] ,
1010 [ http://www.github.com/RidgeRun/gst-interpipe-1.0] ,
1111 [ gst-interpipe] ,
1212 [ http://developer.ridgerun.com/wiki/index.php?title=GstInterpipe] )
Original file line number Diff line number Diff line change @@ -366,6 +366,11 @@ gst_inter_pipe_src_finalize (GObject * object)
366366 g_queue_free_full (src -> pending_serial_events ,
367367 (GDestroyNotify ) gst_event_unref );
368368
369+ if (src -> listen_to ) {
370+ g_free (src -> listen_to );
371+ src -> listen_to = NULL ;
372+ }
373+
369374 /* Chain up to the parent class */
370375 G_OBJECT_CLASS (gst_inter_pipe_src_parent_class )-> finalize (object );
371376}
Original file line number Diff line number Diff line change 11project (' gst-interpipes' , ' c' ,
2- version : ' 1.1.6 ' ,
2+ version : ' 1.1.7 ' ,
33 meson_version : ' >= 0.50' ,)
44
55gst_interpipes_version = meson .project_version()
You can’t perform that action at this time.
0 commit comments