Kaynağa Gözat

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

master
kpl 12 yıl önce
ebeveyn
işleme
59cbd9c297
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      app/cmTimeLine.c

+ 2
- 0
app/cmTimeLine.c Dosyayı Görüntüle

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

Loading…
İptal
Kaydet