connmgr: Fix memory leak destroying ofmonitor.
authorBen Pfaff <blp@nicira.com>
Wed, 26 Dec 2012 17:42:33 +0000 (09:42 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Jan 2013 01:03:45 +0000 (17:03 -0800)
commit5684eb749042325111e05f41b20258e6824fc0b5
treebb489a7fe4baa1df9711e17e54987703cf0882d1
parent889f08e17b18c4010e81c2cf7699b24b055f0e1d
connmgr: Fix memory leak destroying ofmonitor.

This should be pretty minor because it only leaks memory if the match does
not fit in the inline area of a miniflow and minimask.  I imagine that the
most common match used for an ofmonitor is "match everything", which
wouldn't leak.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/connmgr.c