• Hans Leidekker's avatar
    msi: Fix a double free. · 91ac47b8
    Hans Leidekker authored
    TABLE_drop() calls TABLE_remove_column() which calls msi_update_table_columns()
    which frees column info and possibly returns without reallocating. When that
    happens it will be freed again when TABLE_drop() finally calls free_table().
    91ac47b8
table.c 71 KB