summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-08-08 13:30:53 -0700
committerBen Pfaff <blp@ovn.org>2018-08-08 15:16:50 -0700
commit187f7d60b14c45fdb300a2efbe7fa7c3f0ddf72f (patch)
treec7d18655583f97ca4e093744772958251322ffcd
parentc3cc694b93dd523176d2131a4b1b3b3170644638 (diff)
downloadopenvswitch-187f7d60b14c45fdb300a2efbe7fa7c3f0ddf72f.tar.gz
unixctl: Style fix.
Reported-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Aaron Conole <aconole@redhat.com> Acked-by: Justin Pettit <jpettit@ovn.org>
-rw-r--r--lib/unixctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unixctl.c b/lib/unixctl.c
index 9b3b0671f..730bd043a 100644
--- a/lib/unixctl.c
+++ b/lib/unixctl.c
@@ -426,7 +426,7 @@ unixctl_server_destroy(struct unixctl_server *server)
kill_connection(conn);
}
- free (server->path);
+ free(server->path);
pstream_close(server->listener);
free(server);
}