mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	ipc-client: remove useless free for failed malloc
This commit is contained in:
		
							parent
							
								
									dac9c9c72b
								
							
						
					
					
						commit
						1d6d26cdec
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -117,7 +117,6 @@ struct ipc_response *ipc_recv_response(int socketfd) { | |||
| 	return response; | ||||
| error_2: | ||||
| 	free(response); | ||||
| 	free(payload); | ||||
| error_1: | ||||
| 	sway_log(SWAY_ERROR, "Unable to allocate memory for IPC response"); | ||||
| 	return NULL; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Antonin Décimo
						Antonin Décimo