[STORAGE] 1 fix mem fix mem leak when calling string builder.get_dictionary_page; 2 fix delete invalid mem addr in bitshuffleBuilder when no array grow happends when bitshuffleBuilder didn't grow array, the data page which not use new to allocate will be returned to ColumnWriter. When ColumnWriter destructs, the data page will be deleted,this causes core dump