Skip to content

Commit

Permalink
Merge pull request #758 from Expensify/tyler-fix-double-free
Browse files Browse the repository at this point in the history
Remove unnecessary delete
  • Loading branch information
Christopher Peters authored Apr 14, 2020
2 parents 549daf1 + a1e8cb6 commit c474f29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/clustertest/testplugin/TestPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ BedrockPlugin(s), httpsManager(new TestHTTPSManager(*this))

BedrockPlugin_TestPlugin::~BedrockPlugin_TestPlugin()
{
delete httpsManager;
}

unique_ptr<BedrockCommand> BedrockPlugin_TestPlugin::getCommand(SQLiteCommand&& baseCommand) {
Expand Down

0 comments on commit c474f29

Please sign in to comment.