cmTimeLine:Release p->seq[] in finalize to prevent leak

This commit is contained in:
kpl 2012-11-23 21:16:49 -08:00
parent 6b445b0f9d
commit 59cbd9c297

View File

@ -873,6 +873,8 @@ cmTlRC_t _cmTimeLineFinalize( _cmTl_t* p )
goto errLabel;
}
cmMemFree(p->seq);
cmLHeapDestroy(&p->lH);
//_cmTlNotifyListener(p, kFinalMsgTlId, NULL );