[xiph-commits] r12897 - trunk/vorbis/doc/vorbisfile

tterribe at svn.xiph.org tterribe at svn.xiph.org
Fri Apr 27 16:39:58 PDT 2007


Author: tterribe
Date: 2007-04-27 16:39:58 -0700 (Fri, 27 Apr 2007)
New Revision: 12897

Modified:
   trunk/vorbis/doc/vorbisfile/ov_clear.html
Log:
The structure is not freed, just its contents.


Modified: trunk/vorbis/doc/vorbisfile/ov_clear.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/ov_clear.html	2007-04-26 15:19:27 UTC (rev 12896)
+++ trunk/vorbis/doc/vorbisfile/ov_clear.html	2007-04-27 23:39:58 UTC (rev 12897)
@@ -37,7 +37,7 @@
 <dl>
 <dt><i>vf</i></dt>
 <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile
-functions.  After <tt>ov_clear</tt> has been called, the structure is deallocated and can no longer be used.</dd>
+functions.  After <tt>ov_clear</tt> has been called, the contents of this structure are deallocated, and it can no longer be used.</dd>
 </dl>
 
 



More information about the commits mailing list