-
Tiago Alves authored
ASAN reports that ndbinfo_sql (internal tool run part of compile) is leaking memory for 'tables' variable and fails compilation. Free 'tables' after usage as it has been done for 8.0 version.
Tiago Alves authoredASAN reports that ndbinfo_sql (internal tool run part of compile) is leaking memory for 'tables' variable and fails compilation. Free 'tables' after usage as it has been done for 8.0 version.
Loading