Skip to content
Snippets Groups Projects

Fix leak of dataout_fifo_queue

Closed Zhao Zhili requested to merge quink/librist:fix-leak into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -150,6 +150,8 @@ void rist_delete_flow(struct rist_receiver *ctx, struct rist_flow *f)
free_data_block(&f->dataout_fifo_queue[i]);
}
}
free(f->dataout_fifo_queue);
f->dataout_fifo_queue = NULL;
// Delete flow
rist_log_priv(&ctx->common, RIST_LOG_INFO, "Deleting flow\n");
Loading