From 50288082eb1489390a88a5f669a08d949e64f1ae Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sat, 8 Sep 2012 20:46:18 +0400 Subject: fix memory leak --- utf8.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utf8.h') diff --git a/utf8.h b/utf8.h index dd4cd9b..d10557d 100644 --- a/utf8.h +++ b/utf8.h @@ -25,6 +25,7 @@ class utf8 { public: utf8(char* string); + ~utf8(void); uint16_t chars; uint16_t bytes; int32_t get(); -- cgit v1.2.1