diff options
| author | George Hazan <ghazan@miranda.im> | 2023-02-10 12:54:20 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-02-10 12:54:20 +0300 |
| commit | ef0ba268b340eaf1217a96d763342c25668588b4 (patch) | |
| tree | 17396375e213043c2ce1c59b50b7f30488dcb83d /protocols/CurrencyRates/src | |
| parent | 33733576589076f080ddfa000b899843016a2597 (diff) | |
Protocols: preventing recursive contact deletion
Diffstat (limited to 'protocols/CurrencyRates/src')
| -rw-r--r-- | protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.cpp b/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.cpp index db6d2104aa..aafc83affa 100644 --- a/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.cpp +++ b/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.cpp @@ -341,7 +341,7 @@ bool CCurrencyRatesProviderCurrencyConverter::WatchForRate(const TRateInfo &ri, m_aContacts.erase(i); } - db_delete_contact(hContact); + db_delete_contact(hContact, true); return true; } |
