On Mon, 17 Feb 2014, Stefan Dösinger wrote:
Am 2014-02-17 13:29, schrieb Martin Storsjö:
Yes, but isn't the wined3d code supposed to be able to run on top of plain windows as well, not only on top of wine?
Yes, but Windows behaves the same way. We should have tests for that somewhere in kernel32/tests, and all our code (tests and otherwise) assumes that HeapFree(, , NULL) is a no-op.
Ok then, that makes me more comfortable with doing it like that.
I've resent the set with the remaining patch taking all the comments into consideration now.
// Martin