X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fovsdb-server.c;h=f64122eb126c2955181d669bd38711320204c46d;hb=9c0639a4637fa963ca8fa1dd87fb248f0a74b671;hp=ab44b3ab6024c98dfcbb27570e806a3e3f1fe87b;hpb=732feb9311b72d96ee7ec341f82586804b64fcb8;p=sliver-openvswitch.git diff --git a/ovsdb/ovsdb-server.c b/ovsdb/ovsdb-server.c index ab44b3ab6..f64122eb1 100644 --- a/ovsdb/ovsdb-server.c +++ b/ovsdb/ovsdb-server.c @@ -983,6 +983,7 @@ ovsdb_server_compact(struct unixctl_conn *conn, int argc, char *s = ovsdb_error_to_string(error); ds_put_format(&reply, "%s\n", s); free(s); + ovsdb_error_destroy(error); } n++;