Browse Source

fix compilation for with_transcoding=no

closes #884

Change-Id: I70492beed191de9ae7167990ee275c0eecc9bd80
(cherry picked from commit 2b87948014)
changes/22/36422/1
Richard Fuchs 6 years ago
parent
commit
8b5629e34a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/codec.c

+ 2
- 0
daemon/codec.c View File

@ -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