]> git.sur5r.net Git - i3/i3/blobdiff - src/assignments.c
Return DRAG_ABORT on UnmapNotify from drag_pointer
[i3/i3] / src / assignments.c
index 09793c38d7b456f9f4375b760bde9b7a930c21db..655816a3bc0ffd1ad464c92a3adbffe0f7c42c26 100644 (file)
@@ -1,3 +1,5 @@
+#undef I3__FILE__
+#define I3__FILE__ "assignments.c"
 /*
  * vim:ts=4:sw=4:expandtab
  *
@@ -49,7 +51,7 @@ void run_assignments(i3Window *window) {
             if (command_output->needs_tree_render)
                 needs_tree_render = true;
 
-            free(command_output->json_output);
+            yajl_gen_free(command_output->json_gen);
         }
 
         /* Store that we ran this assignment to not execute it again */