]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/test_simple_class_ptr.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / serialization / test / test_simple_class_ptr.cpp
index 721b32592eff913fcd7eae4ab2e8f285eb70b5d7..6d7e95d751d56c3c776a8993b642b5690a4f9c51 100644 (file)
@@ -45,6 +45,7 @@ int test_main( int /* argc */, char* /* argv */[] )
     }
     BOOST_CHECK(ta != ta1);
     BOOST_CHECK(*ta == *ta1);
+    delete ta;
     std::remove(testfile);
     return EXIT_SUCCESS;
 }