changeset 15 | c1e808730d6c |
parent 0 | 40261b775718 |
child 23 | 545d349d14da |
--- a/mmplugins/lib3gp/impl/src/mp4parse.cpp Fri Apr 16 16:34:49 2010 +0300 +++ b/mmplugins/lib3gp/impl/src/mp4parse.cpp Mon May 03 13:56:28 2010 +0300 @@ -165,7 +165,7 @@ if (openStdlib() != MP4_OK) { // clean up - mp4free((*handle)->diskReadBuf); + mp4free((*handle)->diskReadBuf); mp4free((*handle)->buf); listDestroyList((*handle)->mem); closeFile(*handle);