summaryrefslogtreecommitdiff
path: root/test/unit/parser/parser_builder_black.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/parser/parser_builder_black.h')
-rw-r--r--test/unit/parser/parser_builder_black.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/parser/parser_builder_black.h b/test/unit/parser/parser_builder_black.h
index 42ebc2cf9..61c426be9 100644
--- a/test/unit/parser/parser_builder_black.h
+++ b/test/unit/parser/parser_builder_black.h
@@ -99,6 +99,7 @@ public:
remove(filename);
// mkfifo(ptr, S_IWUSR | s_IRUSR);
+ delete filename;
}
void testSimpleFileInput() {
@@ -114,6 +115,7 @@ public:
);
remove(filename);
+ delete filename;
}
void testEmptyStringInput() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback