dpif-linux: Fix theoretical memory leak on error path.
authorBen Pfaff <blp@nicira.com>
Thu, 1 Aug 2013 21:07:35 +0000 (14:07 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 2 Aug 2013 19:17:23 +0000 (12:17 -0700)
commit59e0c910d043a8f91abc429925f53d34912dac09
tree59037c7853c52b86aa3ed65cacc7902eeb0b233d
parent01fcdfc6b3223d186c35d9b4e188c9e104887f4c
dpif-linux: Fix theoretical memory leak on error path.

If a notification is bigger than 4 kB (I doubt it one would be), then the
lack of ofpbuf_uninit() would cause a memory leak.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-linux.c