[client] spice: fix memory leak

This commit is contained in:
Geoffrey McRae 2019-02-22 09:08:53 +11:00
parent 9dd4e4756b
commit a7834611d1

View File

@ -991,6 +991,7 @@ bool spice_agent_process()
SDL_SetClipboardText(out);
free(text);
free(out);
return true;
}
else