all repos — openbox @ ef54ca590d49666b2f9df75c5c08537bee139819

openbox fork - make it a bit more like ryudo

initialize the lists to NULL (empty)
Dana Jansens danakj@orodu.net
commit

ef54ca590d49666b2f9df75c5c08537bee139819

parent

07d5674d3984d008de1ecc768a296afbed731e4e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M obt/paths.cobt/paths.c

@@ -79,7 +79,7 @@ {

ObtPaths *p; const gchar *path; - p = g_new(ObtPaths, 1); + p = g_new0(ObtPaths, 1); p->ref = 1; path = g_getenv("XDG_CONFIG_HOME");