Skip to content

Commit

Permalink
Merge pull request inspircd#52 from attilamolnar/insp12+rlinefix
Browse files Browse the repository at this point in the history
[1.2] Fix double free in m_rline
  • Loading branch information
rburchell committed Apr 14, 2012
2 parents d3fd912 + e6aa804 commit 79d21f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/m_rline.cpp
Expand Up @@ -217,7 +217,6 @@ class ModuleRLine : public Module
ServerInstance->XLines->DelAll("R");
ServerInstance->XLines->UnregisterFactory(f);
delete f;
delete r;
}

virtual Version GetVersion()
Expand Down

0 comments on commit 79d21f9

Please sign in to comment.