Parcourir la source

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

master
kpl il y a 11 ans
Parent
révision
59cbd9c297
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      app/cmTimeLine.c

+ 2
- 0
app/cmTimeLine.c Voir le fichier

@@ -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 );

Chargement…
Annuler
Enregistrer