mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
fix memory leak in swaymsg
This commit is contained in:
parent
f2985000f3
commit
8b4d81114a
@ -335,7 +335,7 @@ int main(int argc, char **argv) {
|
||||
} else {
|
||||
pretty_print(type, obj);
|
||||
}
|
||||
free(obj);
|
||||
json_object_put(obj);
|
||||
}
|
||||
}
|
||||
close(socketfd);
|
||||
|
Loading…
Reference in New Issue
Block a user