Skip to content

Commit

Permalink
Removed unneeded refcount decrease for duplicate Record&Play recording
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Aug 2, 2024
1 parent d860081 commit bad60d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/janus_recordplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,6 @@ void janus_recordplay_update_recordings_list(void) {
janus_config_destroy(nfo);
/* Mark that we updated this recording */
old_recordings = g_list_remove(old_recordings, &rec->id);
janus_refcount_decrease(&rec->ref);
continue;
}
janus_config_item *name = janus_config_get(nfo, cat, janus_config_type_item, "name");
Expand Down

0 comments on commit bad60d7

Please sign in to comment.