buflib_shrink use NULL to signal start isn't changing

Change-Id: Id3e86d3860b8ed860dc6dcbc394b1b8f9f3274b5
This commit is contained in:
William Wilgus 2023-01-12 20:52:29 -05:00 committed by William Wilgus
parent 719d48afc4
commit 40355caefd
5 changed files with 5 additions and 7 deletions

View file

@ -1285,7 +1285,7 @@ static bool initialize_tagtree(void) /* also used when user selects 'Reload' in
add_event(PLAYBACK_EVENT_TRACK_BUFFER, tagtree_buffer_event);
add_event(PLAYBACK_EVENT_TRACK_FINISH, tagtree_track_finish_event);
core_shrink(tagtree_handle, core_get_data(tagtree_handle), tagtree_buf_used);
core_shrink(tagtree_handle, NULL, tagtree_buf_used);
return true;
}