[Kst] branches/work/kst/portto4/kst/src/datasources/matlab

Peter Kümmel syntheticpp at gmx.net
Tue Apr 24 00:46:42 UTC 2012


SVN commit 1291320 by kuemmel:

don't delete unknown type

 M  +1 -1      matlab.cpp  


--- branches/work/kst/portto4/kst/src/datasources/matlab/matlab.cpp #1291319:1291320
@@ -348,7 +348,7 @@
 
 
 void MatlabSource::reset() {
-  delete _matfile;
+  Mat_Close(_matfile);
   _matfile = 0L;
   _maxFrameCount = 0;
   _valid = init();


More information about the Kst mailing list