mov: zero sc->pb in mov_read_close()
Its bad to free things without zeroing them. This fixes a potential issue when mov_read_close() would be called twice.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>