mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-25 12:10:03 +00:00
Fix segfault when own_window is set to false
This commit is contained in:
parent
8d37f8b498
commit
b7a80fa449
@ -117,8 +117,7 @@ namespace priv {
|
||||
l.pushboolean(false);
|
||||
}
|
||||
|
||||
if(do_convert(l, -1).first)
|
||||
init_window(l, do_convert(l, -1).first);
|
||||
init_window(l, do_convert(l, -1).first);
|
||||
}
|
||||
|
||||
++s;
|
||||
|
Loading…
Reference in New Issue
Block a user