This commit is contained in:
espes 2013-11-14 10:00:35 +11:00
parent 755005cb8c
commit 0611af4d25
1 changed files with 2 additions and 0 deletions

View File

@ -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;