commit | bad8d0fd200c7718a8f51f52b9dd2f23c74d996f | [log] [download] |
---|---|---|
author | nicm <nicm> | Fri Jul 17 13:09:07 2015 +0000 |
committer | nicm <nicm> | Fri Jul 17 13:09:07 2015 +0000 |
tree | de70f6bf5f8086c2c362e7d4f1209c0008b6afa7 | |
parent | 3192178f15c9bcc88021ceb74189173d562e7694 [diff] |
Do not call window_unzoom from window_destroy because it will try to add a notification which will get confused because the reference count is already zero and end up back in window_destroy and a double free. Instead, just destroy the layouts directly. Noticed by Thomas Adam.