mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/drm: fix fb_damage_clips_arr memory leak
(cherry picked from commit 97a6a58a95)
			
			
This commit is contained in:
		
							parent
							
								
									c9909ac54c
								
							
						
					
					
						commit
						72dfb6ae2c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -496,6 +496,7 @@ out:
 | 
				
			||||||
			wlr_log_errno(WLR_ERROR, "Failed to destroy FB_DAMAGE_CLIPS property blob");
 | 
								wlr_log_errno(WLR_ERROR, "Failed to destroy FB_DAMAGE_CLIPS property blob");
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						wl_array_release(&fb_damage_clips_arr);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return ok;
 | 
						return ok;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue