We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODBC::Binder allocates UUID storage with new:
ODBC::Binder
UUID
poco/Data/ODBC/src/Binder.cpp
Line 338 in 8a268d4
but deallocates it with free:
Line 88 in 8a268d4
The text was updated successfully, but these errors were encountered:
#4197: ODBC::Binder UUID new/free mismatch
9a3b79a
Fixed in 1.11.8
Sorry, something went wrong.
4e54fad
aleks-f
No branches or pull requests
ODBC::Binder
allocatesUUID
storage with new:poco/Data/ODBC/src/Binder.cpp
Line 338 in 8a268d4
but deallocates it with free:
poco/Data/ODBC/src/Binder.cpp
Line 88 in 8a268d4
The text was updated successfully, but these errors were encountered: