[PATCH v2 07/15] propsys: Implement serialization of the in-memory property store

Vincent Povirk madewokherd at gmail.com
Sat Jul 18 17:44:57 CDT 2015


+            if (cb < (9 + propsize))   /* Size, pid, reserved, content */
+            {
+                CoTaskMemFree(buffer);
+                hr = E_INVALIDARG;

I think you meant to free tmp here instead?



More information about the wine-devel mailing list