Commit 73c5069f authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1276 from nghiaho12:mushroom

parents 7b95bb20 21641d04
...@@ -90,7 +90,7 @@ static int mushroom_read_database( const char* filename, CvMat** data, CvMat** m ...@@ -90,7 +90,7 @@ static int mushroom_read_database( const char* filename, CvMat** data, CvMat** m
} }
cvReleaseMemStorage( &storage ); cvReleaseMemStorage( &storage );
delete el_ptr; delete [] el_ptr;
return 1; return 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment