mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	fix maximize callback not getting deregisterd
This commit is contained in:
		
							parent
							
								
									986beef5be
								
							
						
					
					
						commit
						520cf4f9c4
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1276,6 +1276,7 @@ destroynotify(struct wl_listener *listener, void *data)
 | 
			
		|||
		wl_list_remove(&c->commit.link);
 | 
			
		||||
		wl_list_remove(&c->map.link);
 | 
			
		||||
		wl_list_remove(&c->unmap.link);
 | 
			
		||||
		wl_list_remove(&c->maximize.link);
 | 
			
		||||
	}
 | 
			
		||||
	free(c);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue