mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
mptsas: fix memory leak
Reported by Coverity. Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -504,6 +504,7 @@ reply_maybe_async:
|
||||
reply_async->IOCLogInfo = count;
|
||||
return;
|
||||
}
|
||||
g_free(reply_async);
|
||||
reply.TerminationCount = count;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user