Skip to content

Commit a7c06eb

Browse files
committed
Revert "Fixed leak in recorder when adding descriptions (#3487)"
This reverts commit 932b696, since we actually don't support the description flag in the 0.x recorder.
1 parent 932b696 commit a7c06eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

record.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ static void janus_recorder_free(const janus_refcount *recorder_ref) {
7777
recorder->codec = NULL;
7878
g_free(recorder->fmtp);
7979
recorder->fmtp = NULL;
80-
g_free(recorder->description);
81-
recorder->description = NULL;
8280
if(recorder->extensions != NULL)
8381
g_hash_table_destroy(recorder->extensions);
8482
janus_mutex_destroy(&recorder->mutex);

0 commit comments

Comments
 (0)