]> git.sur5r.net Git - i3/i3/blobdiff - src/load_layout.c
split atoms.xmacro into 2 files to obtain _NET_SUPPORTED count
[i3/i3] / src / load_layout.c
index 33435236117ef832a830a7bbbace07c1548cdd56..173e573b775f0cb9090a712f125d0ac4b9f3826b 100644 (file)
@@ -87,6 +87,7 @@ static int json_end_map(void *ctx) {
                 Match *match = TAILQ_FIRST(&(json_node->swallow_head));
                 TAILQ_REMOVE(&(json_node->swallow_head), match, matches);
                 match_free(match);
+                free(match);
             }
         }