Browse Source

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

master
kpl 11 years ago
parent
commit
59cbd9c297
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      app/cmTimeLine.c

+ 2
- 0
app/cmTimeLine.c View File

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

Loading…
Cancel
Save