Skip to content

ODBC::Binder UUID new/free mismatch #4197

@aleks-f

Description

@aleks-f

ODBC::Binder allocates UUID storage with new:

char* pUUID = new char[16];

but deallocates it with free:

for(; itUUID != itUUIDEnd; ++itUUID) std::free(itUUID->first);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions