Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #6 -- Crash on C4D exit in release build
In webp.cpp, we used the C++ new operator to create the plugin objects, but we must use NewObjClear().
- Loading branch information