ext/ffmpeg/gstffmpegenc.c: Turn dispose function into finalize function to avoid...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 3 Jan 2007 17:00:08 +0000 (17:00 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 3 Jan 2007 17:00:08 +0000 (17:00 +0000)
commit1eeff88bae60d3f5f6751e9086b3a2bcd9d232e9
treeeaff05ce47a73abd5b98c438386262bc5d51d9b0
parentc0322416f63ef6e5d5e2fadba8e1f1be2da7856e
ext/ffmpeg/gstffmpegenc.c: Turn dispose function into finalize function to avoid double-frees and potential crashes c...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init),
(gst_ffmpegenc_finalize):
Turn dispose function into finalize function to avoid double-frees
and potential crashes caused by them in some circumstances.
Fixes #392395.
ChangeLog
ext/ffmpeg/gstffmpegenc.c