Skip to content

Commit

Permalink
Merge pull request #1254 from criblio/fix-conf-reload-1251
Browse files Browse the repository at this point in the history
(#1251) Fix double free of `found` structure `destroyEntry`
  • Loading branch information
jrcheli authored Jan 10, 2023
2 parents fa368bb + d122987 commit 1d8e163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cfgutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,6 @@ processProtocolEntry(config_t* config, yaml_document_t* doc, yaml_node_t* node)
DBG(NULL);
}
protocol_context = NULL;
destroyProtEntry(found);
break;
}
}
Expand Down

0 comments on commit 1d8e163

Please sign in to comment.