cmTimeLine:Release p->seq[] in finalize to prevent leak
This commit is contained in:
parent
6b445b0f9d
commit
59cbd9c297
@ -873,6 +873,8 @@ cmTlRC_t _cmTimeLineFinalize( _cmTl_t* p )
|
|||||||
goto errLabel;
|
goto errLabel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmMemFree(p->seq);
|
||||||
|
|
||||||
cmLHeapDestroy(&p->lH);
|
cmLHeapDestroy(&p->lH);
|
||||||
|
|
||||||
//_cmTlNotifyListener(p, kFinalMsgTlId, NULL );
|
//_cmTlNotifyListener(p, kFinalMsgTlId, NULL );
|
||||||
|
Loading…
Reference in New Issue
Block a user