jsonrpc: Fix potential memory leak.
authorBen Pfaff <blp@nicira.com>
Wed, 24 Mar 2010 00:20:42 +0000 (17:20 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 24 Mar 2010 23:52:07 +0000 (16:52 -0700)
commit7c88a5dc3ac1a034552bb94d42394bd325c1204e
tree96a2a5f5ee058b29f2ab976af988e0e13089ad68
parentc874f17fc743b38295f6059ab6554561b7555724
jsonrpc: Fix potential memory leak.

This is unlikely to occur very often in practice, because s->stream
usually gets stuffed into s->rpc before long, but it is still a good idea
to fix it.
lib/jsonrpc.c