You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Experimental: No QImage cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user