mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 12:14:26 +01:00
Fixed some bugs, added some tests.
This commit is contained in:
@@ -172,4 +172,5 @@ TEST_F(IPTest, ConstructorFromBuffer) {
|
||||
ASSERT_TRUE(buffer);
|
||||
|
||||
IP ip2(buffer, size);
|
||||
delete[] buffer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user