Skip to content

Commit

Permalink
Fix buffer overflow on unload
Browse files Browse the repository at this point in the history
  • Loading branch information
lassir committed Jan 7, 2014
1 parent 9ccd9d2 commit e675f3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ plugin::plugin()

plugin::~plugin()
{
delete(this->instance);
plugin::printf("plugin.bcrypt: Plugin unloaded.");
}

Expand Down

0 comments on commit e675f3b

Please sign in to comment.