Fixed minor memory leak.
This commit is contained in:
parent
1a4f6e51ee
commit
0ca09019a2
@ -292,6 +292,7 @@ void init()
|
||||
}
|
||||
m_all_rules.push_back(new Rule(rule));
|
||||
}
|
||||
delete rules;
|
||||
} // init
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user