aboutsummaryrefslogtreecommitdiff
path: root/test/liang.cc
diff options
context:
space:
mode:
authorsgeerken <devnull@localhost>2012-06-25 13:45:30 +0200
committersgeerken <devnull@localhost>2012-06-25 13:45:30 +0200
commitb2f670ff17f61d8d1e2e89d7dc97463af69d4d4a (patch)
tree91ca7e520041329d50d2d4a4f5fd65f564197b55 /test/liang.cc
parentcb2955ad37a58ff828ee8b8e70165ae34b381f19 (diff)
Fehlendes "delete" in Test.
Diffstat (limited to 'test/liang.cc')
-rw-r--r--test/liang.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/liang.cc b/test/liang.cc
index c303466f..4b5279a8 100644
--- a/test/liang.cc
+++ b/test/liang.cc
@@ -13,6 +13,7 @@ void hyphenateWord (dw::Hyphenator *h, const char *word)
printf ("%s", pieces->get(i)->chars ());
}
putchar ('\n');
+ delete pieces;
}
int main (int argc, char *argv[])