mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] spice: fix memory leak
This commit is contained in:
parent
9dd4e4756b
commit
a7834611d1
@ -991,6 +991,7 @@ bool spice_agent_process()
|
|||||||
SDL_SetClipboardText(out);
|
SDL_SetClipboardText(out);
|
||||||
|
|
||||||
free(text);
|
free(text);
|
||||||
|
free(out);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user