mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-01 06:52:46 +01:00
fixed GH #1571: ODBC Preparator memory leak
This commit is contained in:
parent
76ab7c65a6
commit
8f4e890e32
@ -94,7 +94,7 @@ void Preparator::freeMemory() const
|
||||
break;
|
||||
|
||||
case DT_WCHAR:
|
||||
deleteCachedArray<UTF16String>(it->first);
|
||||
deleteCachedArray<UTF16String::value_type>(it->first);
|
||||
break;
|
||||
|
||||
case DT_UCHAR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user