Codebase list asterisk-opus / bb2925f
Resolve memory leak reported & patched by denis-ryzhkov Fixes #10 Sean Bright 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
252252 {
253253 struct opus_coder_pvt *opvt = arg->pvt;
254254
255 if (opvt || opvt->opus) {
255 if (!opvt || !opvt->opus) {
256256 return;
257257 }
258258