ofproto-dpif-rid: Fix memory leak in recirc_id_pool_destroy().
authorBen Pfaff <blp@nicira.com>
Fri, 6 Jun 2014 01:46:23 +0000 (18:46 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 6 Jun 2014 20:55:31 +0000 (13:55 -0700)
commit228c52e210cbc0aefd522eac61cf2e8af311fdc6
treeb3e97adeb670415a23ac2ecefae9b33d7e5d8ba2
parent3eb4c7f7652388deca54863d9ffb2245dd1736e1
ofproto-dpif-rid: Fix memory leak in recirc_id_pool_destroy().

recirc_id_pool_create() allocates memory but recirc_id_pool_destroy() did
not destroy it.

Found by valgrind.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
ofproto/ofproto-dpif-rid.c