Detlef Riekenberg wine.dev@web.de writes:
I try to learn, how to make good Patches for wine, but sometimes, it's difficult for me to understand: Why not being nice and Free the allocated Memory as in my Patch?
- Just Save some Bytes of Code
- This is done automatic, when the Program exit's
Yes, there's no point in explicitly freeing memory on process exit, it's done automatically.