diff options
author | Richard Nelson <none@none> | 2010-06-14 15:39:00 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-14 15:39:00 -0700 |
commit | 7df20f1315d7fe9686abf3a2dc486613a9e51a83 (patch) | |
tree | 6a21b0578c0d8c4e66c2d6bd29ddcbe93da77f95 /indra/llmessage | |
parent | e97cef4de92f446bb51b4137ce64605f74d7f48e (diff) | |
parent | baf9b3cb078c04b019fccc4ae8a54db05b14bdef (diff) |
merge
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llhttpclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llhttpclient.cpp b/indra/llmessage/llhttpclient.cpp index 9c2e4b5658..e8dc207114 100644 --- a/indra/llmessage/llhttpclient.cpp +++ b/indra/llmessage/llhttpclient.cpp @@ -199,6 +199,7 @@ namespace fileBuffer = new U8 [fileSize]; vfile.read(fileBuffer, fileSize); ostream.write((char*)fileBuffer, fileSize); + delete [] fileBuffer; eos = true; return STATUS_DONE; } |