X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=utilities%2Fovs-appctl.c;h=7a3d91e5a01425e12501fa27882a1093ead502d0;hb=204bad294027fef6315b18b963d074139b3dfc52;hp=1302bf2e024439b8f5cdaddb08d39a547d06eace;hpb=d17ee8689bff22541dccaa792b70a848641f3646;p=openvswitch diff --git a/utilities/ovs-appctl.c b/utilities/ovs-appctl.c index 1302bf2e..7a3d91e5 100644 --- a/utilities/ovs-appctl.c +++ b/utilities/ovs-appctl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -71,6 +71,10 @@ main(int argc, char *argv[]) } fputs(reply, stdout); + unixctl_client_destroy(client); + free(reply); + ds_destroy(&request); + return 0; }