fix memory leak in swaymsg

master
Tony Crisci 7 years ago
parent f2985000f3
commit 8b4d81114a

@ -335,7 +335,7 @@ int main(int argc, char **argv) {
} else { } else {
pretty_print(type, obj); pretty_print(type, obj);
} }
free(obj); json_object_put(obj);
} }
} }
close(socketfd); close(socketfd);

Loading…
Cancel
Save