[NaCl SDK] nacl_io: Fix gaping memory leaks in memfs and htmlfs
commit67c19dd9512866cf31bae844300cf86f19338a0c
authorsbc <sbc@chromium.org>
Thu, 25 Sep 2014 01:11:11 +0000 (24 18:11 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Sep 2014 01:11:25 +0000 (25 01:11 +0000)
treed7c4cd0e5ea1000a96115cb72ce5952a3160d020
parentc76aa4c941af97cb60423c412cae7c7a9b2acd74
[NaCl SDK] nacl_io: Fix gaping memory leaks in memfs and htmlfs

I introduced these leaks recently and really should
have run valgrind.  In future out valgrind bot should
find such things pre-submit.

Review URL: https://codereview.chromium.org/605433003

Cr-Commit-Position: refs/heads/master@{#296606}
native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc
native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h
native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc