stream-ssl: Fix unimportant memory leak.
authorBen Pfaff <blp@nicira.com>
Mon, 1 Feb 2010 22:35:37 +0000 (14:35 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 23:21:09 +0000 (15:21 -0800)
commitf6b60e026eed9dcc68850c6f9e3b393e6a18fd49
treef0d563a8b0395b70b22cc9505e56e28792b0a0bb
parentb6fa444705e2c954798b569da11bb2ac2340e3d9
stream-ssl: Fix unimportant memory leak.

This function is generally called only once per program execution, so
leaking a little bit of memory does not matter that much.

Found with valgrind.
lib/stream-ssl.c