From 1c1d173379bcd55a4f04fa11244e940b8769ef4d Mon Sep 17 00:00:00 2001 From: "Johannes M. Griebler" Date: Thu, 13 Oct 2016 19:59:08 +0200 Subject: [PATCH] Fix segfault while displaying startup notification --- dunst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dunst.c b/dunst.c index d8bf621..84cfcb0 100644 --- a/dunst.c +++ b/dunst.c @@ -331,6 +331,7 @@ int main(int argc, char *argv[]) n->plain_text = true; n->urgency = LOW; n->icon = NULL; + n->raw_icon = NULL; n->category = NULL; n->msg = NULL; n->dbus_client = NULL;