mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 20:52:09 +00:00 
			
		
		
		
	[c-host] nvfbc: free event on deinit
This commit is contained in:
		| @@ -213,6 +213,13 @@ static void nvfbc_stop() | ||||
| static bool nvfbc_deinit() | ||||
| { | ||||
|   mouseHook_remove(); | ||||
|  | ||||
|   if (this->cursorEvents[0]) | ||||
|   { | ||||
|     lgFreeEvent(this->cursorEvents[0]); | ||||
|     this->cursorEvents[0] = NULL; | ||||
|   } | ||||
|  | ||||
|   return true; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae