From 553c616714788d8ea8da20fe9ae39c4851388120 Mon Sep 17 00:00:00 2001 From: Vijay Mamidi Date: Wed, 19 May 2021 17:02:17 -0700 Subject: [PATCH] Do not delete the continuation twice --- 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 cdffeee2039..ba6837265e2 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; }