]> Git Repo - qemu.git/blobdiff - qemu-thread-win32.c
omap1: convert to memory API (part I)
[qemu.git] / qemu-thread-win32.c
index 2d2d5abe39fa134cdc3cce83c3019822c9351cd4..a27332e669fffe0f20e98acfd31a1577c3ebb0d1 100644 (file)
@@ -249,7 +249,7 @@ void qemu_thread_create(QemuThread *thread,
 
     struct QemuThreadData *data;
     qemu_thread_init();
-    data = qemu_malloc(sizeof *data);
+    data = g_malloc(sizeof *data);
     data->thread = thread;
     data->start_routine = start_routine;
     data->arg = arg;
This page took 0.023532 seconds and 4 git commands to generate.