]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/test_cyclic_ptrs.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / serialization / test / test_cyclic_ptrs.cpp
index c64e9d58930787986d4d6b76424ec8a9d300e945..6624874a189cbb38421c6565d751c08a2c33e1c7 100644 (file)
@@ -143,6 +143,7 @@ int test2(){
         ia >> BOOST_SERIALIZATION_NVP(j2);
     }
     BOOST_CHECK(*j1 == *j2);
+    delete j1;
     BOOST_CHECK(j2 == j2->j);
     std::remove(testfile);
     return EXIT_SUCCESS;