Reported-by: Aaron Conole <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
---
 lib/unixctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/unixctl.c b/lib/unixctl.c
index 9b3b0671f33c..730bd043a9ff 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);
     }
-- 
2.16.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to