vtep-ctl: Free error string before return from cmd_remove().
authorMadhu Challa <challa@noironetworks.com>
Wed, 27 Aug 2014 01:16:12 +0000 (18:16 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Aug 2014 15:05:49 +0000 (08:05 -0700)
commit67762780887c61527d2df1f51a636e5ade9a3640
treeb37ce4fa173a8268b0fd944745261de95edbf40a
parent385f964a8fcb13d074d17c1a302e01243b9dbc48
vtep-ctl: Free error string before return from cmd_remove().

Error string should be freed in all cases.

Found by Coverity.

Signed-off-by: Madhu Challa <challa@noironetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
vtep/vtep-ctl.c