mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00
Fixed bug #1666
This commit is contained in:
parent
c510840c45
commit
082e988173
@ -90,7 +90,7 @@ read_num_class_data( const char* filename, int var_count,
|
|||||||
}
|
}
|
||||||
|
|
||||||
cvReleaseMemStorage( &storage );
|
cvReleaseMemStorage( &storage );
|
||||||
delete el_ptr;
|
delete[] el_ptr;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user