Home
last modified time | relevance | path

Searched hist:"94 c8ff3a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Doslib-win32.c94c8ff3a Tue Jan 15 07:23:37 CST 2013 Markus Armbruster <armbru@redhat.com> w32: Make qemu_vfree() accept NULL like the POSIX implementation

On POSIX, qemu_vfree() accepts NULL, because it's merely wrapper
around free(). As far as I can tell, the Windows implementation
doesn't. Breeds bugs that bite only under Windows.

Make the Windows implementation behave like the POSIX implementation.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>