Experimental: No QImage cleanup

This commit is contained in:
Jonathan Thomas
2022-07-26 17:07:54 -05:00
parent 0164bd28be
commit 2c193463ce

View File

@@ -36,7 +36,7 @@ namespace openshot {
std::cout << "--> reinterpret cast, info: " << info << std::endl;
auto* qbuffer = reinterpret_cast<unsigned char*>(info);
std::cout << "--> delete pointer, info: " << info << std::endl;
delete[] qbuffer;
//delete[] qbuffer;
}
} // namespace