1
0
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:
Pavel Labath 2010-11-17 14:43:49 +01:00
parent 8d37f8b498
commit b7a80fa449

View File

@ -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;