From befdd238c5e336eba12dae3f2c4a9995f7f4e409 Mon Sep 17 00:00:00 2001 From: Vijay Mamidi Date: Mon, 24 May 2021 16:29:05 -0700 Subject: [PATCH] Do not delete the continuation twice (#7862) (cherry picked from commit f80ed735483b489be668a320bec5b9da97516be8) --- plugins/background_fetch/background_fetch.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/background_fetch/background_fetch.cc b/plugins/background_fetch/background_fetch.cc index 6422f645cf3..2e9dafa1ff3 100644 --- a/plugins/background_fetch/background_fetch.cc +++ b/plugins/background_fetch/background_fetch.cc @@ -657,8 +657,6 @@ void TSRemapDeleteInstance(void *ih) { BgFetchConfig *config = static_cast(ih); - - TSContDestroy(config->getCont()); delete config; }