Commit a7d5530e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

xcb/screen: memory leak

parent 7f7437c5
......@@ -505,6 +505,8 @@ noshm:
es_out_Control (demux->out, ES_OUT_SET_PCR, block->i_pts);
es_out_Send (demux->out, sys->es, block);
}
else
block_Release (block);
}
static es_out_id_t *InitES (demux_t *demux, uint_fast16_t width,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment