| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Jan. 15, 2013, 4:48 p.m. |
| Message ID | <1358268511-27061-16-git-send-email-stefanha@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/212286/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/block/mirror.c b/block/mirror.c index 8aeacbf..6180aa3 100644 --- a/block/mirror.c +++ b/block/mirror.c @@ -225,7 +225,7 @@ static void coroutine_fn mirror_run(void *opaque) } immediate_exit: - g_free(s->buf); + qemu_vfree(s->buf); bdrv_set_dirty_tracking(bs, false); bdrv_iostatus_disable(s->target); if (s->should_complete && ret == 0) {