From: Alex Rousskov Date: Wed, 28 Feb 2018 12:18:47 +0000 (-0700) Subject: Fixed built-in profiling bug created by 2745fea (#162) X-Git-Tag: SQUID_4_0_24~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80d9e15fb8af3e8d019c6f13f5cedaf68990be29;p=thirdparty%2Fsquid.git Fixed built-in profiling bug created by 2745fea (#162) --- diff --git a/src/store.cc b/src/store.cc index 31d32c9765..8e681ca514 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1223,6 +1223,7 @@ StoreEntry::release(const bool shareable) lock("storeLateRelease"); releaseRequest(shareable); LateReleaseStack.push(this); + PROF_stop(storeRelease); return; }