`ODBC::Binder` allocates `UUID` storage with new: https://github.com/pocoproject/poco/blob/8a268d4413c2b7c5b8a37e0430eb921ee1f722fa/Data/ODBC/src/Binder.cpp#L338 but deallocates it with free: https://github.com/pocoproject/poco/blob/8a268d4413c2b7c5b8a37e0430eb921ee1f722fa/Data/ODBC/src/Binder.cpp#L88