15 Jul
2005
15 Jul
'05
10 a.m.
Detlef Riekenberg <wine.dev(a)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?
1) Just Save some Bytes of Code 2) 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. -- Alexandre Julliard julliard(a)winehq.org