mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[client] spice: fix memory leak
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user