daemon: Fix memory leak in --monitor implementation.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 22:36:19 +0000 (14:36 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 23:21:09 +0000 (15:21 -0800)
commitb2d06cb8cbafe6c759f80c3b12691fef7ae2712a
treed16a37af317827ebb56a90381fa0f73293036149
parentd951f1c78c2131fd466abec3c800fff7a4108c65
daemon: Fix memory leak in --monitor implementation.

This leaked a small amount of memory each time a daemon process was
created.  It is only important if a daemon is otherwise very buggy.

Found with valgrind.
lib/daemon.c