Modified:
/convert/addons/bytearray/bytearray.cpp
=======================================
--- /convert/addons/bytearray/bytearray.cpp Sat Apr 14 02:25:37 2012
+++ /convert/addons/bytearray/bytearray.cpp Sat Apr 14 02:30:09 2012
@@ -446,6 +446,7 @@
int const rc = this->gunzipTo( *ba );
if( rc != Z_OK )
{
+ CW::DestroyObject(jba);
cv::StringBuffer msg;
msg << "Gunzip operation failed with code = " << rc
<< " ("