Commit f9484bae authored by kuroda sho's avatar kuroda sho

fix: use "cvAlloc" wrapper function for malloc.

parent 0eaeff06
......@@ -4893,7 +4893,7 @@ cvUnregisterType( const char* type_name )
if( !CvType::first || !CvType::last )
CvType::first = CvType::last = 0;
cvFree( info );
cvFree( &info );
}
}
......
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