p0nce
p0nce
Needed changes: - [ ] Rationalize and make readable PNG output which hardcode a lot of stuff. If using an I/O stream directly it would probably be faster too. -...
- [x] also identifier is ugly
It is now `createView`, ~~while `createFromData` will own and copy that.~~
Yes it is set.
Ah this example isn't the best since you will need a hard-to-find SDK.
[repro.zip](https://github.com/user-attachments/files/23722941/repro.zip) Simpler repro project (run repro.bat or equivalent)
- [x] tested bith former Dplug and numem will call the right subclass destructor - [x] What did destroyFree(void*) did before? => NOT call the destructor So the code is...
Introduced in 4143ebfa31ed596ed952afb274727f9e633e9220 There are two AU API entry points, one leads to a leak but not the other.
- [x] To fix the build, just remove the destructor call to get former behaviour. - [ ] However, need more testing to know what it actually fixed?