Skip to content
  • Tiago Alves's avatar
    56954e74
    BUG#27489683 FIX NDBINFO_SQL MEMORY LEAK · 56954e74
    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.
    56954e74
    BUG#27489683 FIX NDBINFO_SQL MEMORY LEAK
    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.
Loading