Change a single strdup() call to do _ogg_malloc(), then strcpy. This ensures
authorMike Smith <msmith@xiph.org>
Sat, 20 Oct 2001 04:57:57 +0000 (04:57 +0000)
committerMike Smith <msmith@xiph.org>
Sat, 20 Oct 2001 04:57:57 +0000 (04:57 +0000)
commitd9a413116f316e5a79d4fe5a815a5c2d85eceb51
treed5330d71c3a5b4a07bfe2515e3d6e7b2d54ce77b
parent3eb6a0736e137cfaf41c0bf22e9400e6c6df45f7
Change a single strdup() call to do _ogg_malloc(), then strcpy. This ensures
that, since the memory is freed using _ogg_free(), things work right.
Otherwise people replacing the ogg memory routines would have problems.

svn path=/trunk/vorbis/; revision=2189
lib/info.c