gst/audioconvert/gstaudioconvert.c: Initalize the AudioConvertCtx with zeroes, otherw...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 24 Apr 2007 18:58:25 +0000 (18:58 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 24 Apr 2007 18:58:25 +0000 (18:58 +0000)
commit84c824b952c195f0214759a9842ba9790d7a8e1a
treeefcfa97d591482d6a854dd50e3fbbd30604bc10f
parent37a334ddb76440097cd856f3043e6615ef0c56da
gst/audioconvert/gstaudioconvert.c: Initalize the AudioConvertCtx with zeroes, otherwise it will contain pointers to ...

Original commit message from CVS:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
Initalize the AudioConvertCtx with zeroes, otherwise it will contain
pointers to random memory which are passed to g_free() when
audio_convert_prepare_context() is called the first time.
ChangeLog
gst/audioconvert/gstaudioconvert.c