]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/test_derived_class_ptr.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / serialization / test / test_derived_class_ptr.cpp
index 07cf4385d9e8c1d6865cb7848b974b8b706770b3..d6385cfdf89111564a40b2249d3dd9b8ec479e42 100644 (file)
@@ -44,6 +44,7 @@ int test_main( int /* argc */, char* /* argv */[] )
     }
     BOOST_CHECK(tb != tb1);
     BOOST_CHECK(*tb == *tb1);
+    delete tb;
     std::remove(testfile);
     return EXIT_SUCCESS;
 }