]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
kill the c dir
[chaz/openbox] / openbox / action.c
index f3ee6be5643243aa119a2bb278bace1c788faf7a..b05e34504ec82af9914cb94c59537cb30f5e8deb 100644 (file)
@@ -30,7 +30,7 @@ void action_free(Action *a)
 
 void action_execute(union ActionData *data)
 {
-    GError *e;
+    GError *e = NULL;
     if (!g_spawn_command_line_async(data->execute.path, &e)) {
         g_warning("failed to execute '%s': %s",
                   data->execute.path, e->message);
This page took 0.020101 seconds and 4 git commands to generate.