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
e94252ad65
commit
4122841b09
@ -838,6 +838,8 @@ void spiceReady(void)
|
||||
memcpy(g_state.spiceUUID, info.uuid, sizeof(g_state.spiceUUID));
|
||||
g_state.spiceUUIDValid = true;
|
||||
checkUUID();
|
||||
|
||||
purespice_freeServerInfo(&info);
|
||||
}
|
||||
|
||||
int spiceThread(void * arg)
|
||||
|
Loading…
Reference in New Issue
Block a user