ofproto-dpif: Fix merge error that caused memory leak.
authorBen Pfaff <blp@nicira.com>
Tue, 31 Jan 2012 20:54:52 +0000 (12:54 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 31 Jan 2012 20:54:52 +0000 (12:54 -0800)
commit30c42b95a67a00faf1b8734d5a9a0bcad6556d07
tree64aa120610998d22951dd21e95361c3c1c2c5607
parentbd9d169bff274e5dd75d0d1d0d8e60c794a9fa86
ofproto-dpif: Fix merge error that caused memory leak.

Commit 5aa0fe5be (ofproto-dpif: Fix use-after-free error in
handle_miss_upcalls().), a crossport from master of commit 33bb0caa6,
did not include this necessary change, causing a memory leak.

Bug #9493.
Reported-by: Michael Hu <mhu@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c