vlc_fifo: rename `_Release` to `_Delete`
"Release" usually imply that the object is refcounted in recents VLC
naming conventions. "Delete" or "Destroy" is more common and less
misleading for non-shared objects such as vlc_fifo_t
.
Edited by Alaric Senat