From 876231d26b4a2849229cab348b22d9bbe0b76d34 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 27 Nov 2019 18:14:01 +0300 Subject: [PATCH] no new --- blockstore_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockstore_init.cpp b/blockstore_init.cpp index aa7a5286..afb6c8f4 100644 --- a/blockstore_init.cpp +++ b/blockstore_init.cpp @@ -338,7 +338,7 @@ int blockstore_init_journal::handle_journal_part(void *buf, uint64_t len) } if (location != je->small_write.data_offset) { - throw new std::runtime_error("BUG: calculated journal data offset != stored journal data offset"); + throw std::runtime_error("BUG: calculated journal data offset != stored journal data offset"); } obj_ver_id ov = { .oid = je->small_write.oid,