summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorGurucharan Shetty <guru@ovn.org>2016-09-12 03:20:06 -0700
committerGurucharan Shetty <guru@ovn.org>2016-09-15 10:31:00 -0700
commit7443e4ec3698ce7b08632bf62d5c7c4cbb067337 (patch)
tree564f8836c761c3cd4ee4251882b11eaa59fbfa22 /ovn
parentebf8381b08b2baf3ca0eff12fd69ae604ee746d0 (diff)
downloadopenvswitch-7443e4ec3698ce7b08632bf62d5c7c4cbb067337.tar.gz
ovn-northd: Fix a memory leak.
Signed-off-by: Gurucharan Shetty <guru@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/northd/ovn-northd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index 62af64bfc..f8a20c77b 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -2583,6 +2583,7 @@ build_stateful(struct ovn_datapath *od, struct hmap *lflows)
110, ds_cstr(&match), action);
}
+ free(ip_address);
ds_destroy(&match);
free(action);
}