ext/mpeg2enc/gstmpeg2enc.cc: call the parent dispose function to avoid segfault on destroy.

Original commit message from CVS:
* ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
parent dispose function to avoid segfault on destroy.
This commit is contained in:
Wim Taymans 2004-05-04 14:39:29 +00:00
parent d9cf9b2033
commit 46638d8110
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-05-04 Wim Taymans <wim@fluendo.com>
* ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
parent dispose function to avoid segfault on destroy.
2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),

View file

@ -188,6 +188,8 @@ gst_mpeg2enc_dispose (GObject * object)
enc->encoder = NULL;
}
delete enc->options;
G_OBJECT_CLASS (parent_class)->dispose (object);
}
static void