mirror of
https://github.com/0intro/wmii
synced 2025-02-21 08:44:24 +03:00
fix crash when using rmpage when no pages exist
This commit is contained in:
parent
abcefd3981
commit
453c0cf95f
@ -68,6 +68,9 @@ alloc_page()
|
||||
void
|
||||
destroy_page(Page * p)
|
||||
{
|
||||
if(!p)
|
||||
return;
|
||||
|
||||
Page *newselpage;
|
||||
AttachQueue *o, *n;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user