| 98 | } |
| 99 | |
| 100 | FreqCtrlConfig::~FreqCtrlConfig() { |
| 101 | for (auto & itr : db_bucket_) { |
| 102 | delete itr.second, itr.second = NULL; |
| 103 | } |
| 104 | } |
| 105 | |
| 106 | FreqCtrlConfig * FreqCtrlConfig::GetDefault() { |
| 107 | static FreqCtrlConfig config; |
nothing calls this directly
no outgoing calls
no test coverage detected