Free txbuf, rxbuf in vconn-ssl and vconn-stream destructors.
authorBen Pfaff <blp@nicira.com>
Thu, 27 Nov 2008 00:25:55 +0000 (16:25 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Nov 2008 06:25:39 +0000 (22:25 -0800)
commit0ae1bf3ac4667cb03cd71d178f5e4938dd4a5198
tree6eae0e608fad8299dc614684249758fd63cb03ff
parent320437cd400e00973a65daa480612d43e6c26d79
Free txbuf, rxbuf in vconn-ssl and vconn-stream destructors.

This bug was causing secchan to leak a little bit of memory on almost every
connection close.  This is most visible when openflow-monitor is running,
because openflow-monitor connects to secchan once per second.
lib/vconn-ssl.c
lib/vconn-stream.c