mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-20 18:31:22 +00:00
[client] spice: fix memory leak
This commit is contained in:
parent
9dd4e4756b
commit
a7834611d1
1 changed files with 1 additions and 0 deletions
|
@ -991,6 +991,7 @@ bool spice_agent_process()
|
|||
SDL_SetClipboardText(out);
|
||||
|
||||
free(text);
|
||||
free(out);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue