Fix an invalid-free-bug in the ogg audio format handler code.
In process_ogg_packets(), if ogg_sync_pageout() fails, we jmp to
the out label where "stream" is being freed by ogg_stream_clear()
without being initialized.
This causes para_afh and para_server to segfault in libogg: