diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index c60fad97..7ff2bae6 100644 --- a/translate.cxx +++ b/translate.cxx @@ -794,7 +794,7 @@ translator_output::translator_output (const string& filename, size_t bufsize): translator_output::~translator_output () { delete o2; - delete buf; + delete [] buf; } |