We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eae398 commit 932b696Copy full SHA for 932b696
record.c
@@ -77,6 +77,8 @@ static void janus_recorder_free(const janus_refcount *recorder_ref) {
77
recorder->codec = NULL;
78
g_free(recorder->fmtp);
79
recorder->fmtp = NULL;
80
+ g_free(recorder->description);
81
+ recorder->description = NULL;
82
if(recorder->extensions != NULL)
83
g_hash_table_destroy(recorder->extensions);
84
janus_mutex_destroy(&recorder->mutex);
0 commit comments