mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +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 );
|
||||
delete el_ptr;
|
||||
delete[] el_ptr;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user