Skip to content

speex: Fix crash on Windows caused by cross-CRT issue

Seungha Yang requested to merge seungha.yang/gst-plugins-good:speex-fix into master

Use speex_header_free() to free memory which was allocated by library. Cross-CRT issue should not happen on 1.17 Cerbero build but might happen custom build or so.

Fixes: #739 (closed)

Edited by Tim-Philipp Müller

Merge request reports