mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 11:48:10 +00:00
[client] spice: fix memory leak
This commit is contained in:
parent
e94252ad65
commit
4122841b09
1 changed files with 2 additions and 0 deletions
|
@ -838,6 +838,8 @@ void spiceReady(void)
|
||||||
memcpy(g_state.spiceUUID, info.uuid, sizeof(g_state.spiceUUID));
|
memcpy(g_state.spiceUUID, info.uuid, sizeof(g_state.spiceUUID));
|
||||||
g_state.spiceUUIDValid = true;
|
g_state.spiceUUIDValid = true;
|
||||||
checkUUID();
|
checkUUID();
|
||||||
|
|
||||||
|
purespice_freeServerInfo(&info);
|
||||||
}
|
}
|
||||||
|
|
||||||
int spiceThread(void * arg)
|
int spiceThread(void * arg)
|
||||||
|
|
Loading…
Reference in a new issue