delete dynamically allocated buffer

documentation
Kenneth Barbour 2018-11-28 14:02:21 -05:00
parent ae9fa1a9e3
commit 4525c4cbac
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ TEST_CASE("Buffer is a Stream","[Buffer][Stream]")
buffer->write("Foo");
delete buffer;
}
TEST_CASE("Test clear","[Buffer]")