Prevent blob from being freed at end of if statement scope
authorJames Thewlis <jamt9000@gmail.com>
Mon, 17 Mar 2014 20:48:37 +0000 (20:48 +0000)
committerJames Thewlis <jamt9000@gmail.com>
Mon, 17 Mar 2014 20:48:37 +0000 (20:48 +0000)
commit67f6910fc77dab65f10b3d627089e0911c24ad65
treecbcf015ee2716de006e56c117a123745a872f940
parent9caae608ccbf9a9b692cc4cb884db659334ce480
Prevent blob from being freed at end of if statement scope

Was causing nonsense data to be read, tripping the blob size
check in Blob::CopyFrom
tools/dump_network.cpp