mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
fixed GH #1571: ODBC Preparator memory leak
This commit is contained in:
parent
7d91a4bc94
commit
f88eaabcea
@ -80,7 +80,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