Bugfix: preamble_list is an array
Since commit e6e25275, preamble_list is an array, not a pointer. Hence, we don't need to call free().
Showing
Please register or sign in to comment
Since commit e6e25275, preamble_list is an array, not a pointer. Hence, we don't need to call free().