fix compilation for with_transcoding=no

closes #884

Change-Id: I70492beed191de9ae7167990ee275c0eecc9bd80
(cherry picked from commit 2b87948014)
changes/22/36422/1
Richard Fuchs 7 years ago
parent 408b7e52e9
commit 8b5629e34a

@ -800,8 +800,10 @@ void codec_handlers_free(struct call_media *m) {
g_hash_table_destroy(m->codec_handlers);
m->codec_handlers = NULL;
m->codec_handler_cache = NULL;
#ifdef WITH_TRANSCODING
if (m->dtmf_injector)
codec_handler_free(m->dtmf_injector);
#endif
}

Loading…
Cancel
Save