xemu/util
Markus Armbruster 94c8ff3a01 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>
2013-01-15 16:46:50 +01:00
..
Makefile.objs build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
acl.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
aes.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
bitmap.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
bitops.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
cache-utils.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
compatfd.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
cutils.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
envlist.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
error.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
event_notifier-posix.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
event_notifier-win32.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
host-utils.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
iov.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
module.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
notify.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
osdep.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
oslib-posix.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
oslib-win32.c w32: Make qemu_vfree() accept NULL like the POSIX implementation 2013-01-15 16:46:50 +01:00
path.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-config.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-error.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-option.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-progress.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-sockets.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-thread-posix.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-thread-win32.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
qemu-timer-common.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00
uri.c build: move libqemuutil.a components to util/ 2013-01-12 18:42:50 +01:00