mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] spice: fix memory leak
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user