From 0611af4d25d5b366f249657f60a262f60e996716 Mon Sep 17 00:00:00 2001 From: espes Date: Thu, 14 Nov 2013 10:00:35 +1100 Subject: [PATCH] LOL ram --- hw/xbox/nv2a.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xbox/nv2a.c b/hw/xbox/nv2a.c index dab28f65bf..4991cafdc1 100644 --- a/hw/xbox/nv2a.c +++ b/hw/xbox/nv2a.c @@ -2639,6 +2639,8 @@ static void *pfifo_puller_thread(void *arg) state->last_engine = state->bound_engines[command->subchannel]; qemu_mutex_unlock(&state->pull_lock); } + + g_free(command); } return NULL;