GNOME Bugzilla – Bug 679153
constraints: fix mem leak in meta_window_constrain()
Last modified: 2012-07-08 15:57:16 UTC
Created attachment 217647 [details] [review] constraints: fix mem leak in meta_window_constrain() .
Review of attachment 217647 [details] [review]: Thanks for the patch! I think it's really ugly to duplicate the complicated check in two places - and prone to new problems like this. Can you add a borders_allocated boolean to ConstraintInfo?
Created attachment 218212 [details] [review] constraints: fix mem leak in meta_window_constrain() with boolean in ConstraintInfo
Pushed, thanks! Attachment 218212 [details] pushed as 255347f - constraints: fix mem leak in meta_window_constrain()