ofproto: Fix potential leak during flow mods.
authorEthan Jackson <ethan@nicira.com>
Wed, 30 Apr 2014 21:52:28 +0000 (14:52 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 1 May 2014 19:46:17 +0000 (12:46 -0700)
commit0ef165ecb57943e17a8ee8270df68ffb8d032e29
treeebba1b1b81767404e55d5203ef95115062ee3b9e
parent25d6a6a8803761cf321ba45d1eeb6df29c2a6c6e
ofproto: Fix potential leak during flow mods.

This code created a cls_rule without destroying it.  Found by
inspection.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
ofproto/ofproto.c