We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1151538 commit 72b9f9cCopy full SHA for 72b9f9c
1 file changed
src/pldbgapi3.c
@@ -217,11 +217,6 @@ plugin_info_reset(void *arg)
217
plugin_info->estate->plugin_info = plugin_info->plugin_info[i];
218
219
MemoryContextSwitchTo(exec_mcxt);
220
-
221
- /*
222
- * In this moment, the estate content can be corrupted.
223
- * Inside abort methods, the estate fields should not be referenced!
224
- */
225
plugins[i]->func_abort(plugin_info->estate,
226
plugin_info->estate->func,
227
plugin_info->fextra);
0 commit comments