summaryrefslogtreecommitdiff
path: root/doc/libogg/ogg_stream_destroy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libogg/ogg_stream_destroy.html')
-rw-r--r--doc/libogg/ogg_stream_destroy.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/libogg/ogg_stream_destroy.html b/doc/libogg/ogg_stream_destroy.html
index 5af7586..f7cbbfa 100644
--- a/doc/libogg/ogg_stream_destroy.html
+++ b/doc/libogg/ogg_stream_destroy.html
@@ -17,7 +17,9 @@
<p><i>declared in "ogg/ogg.h";</i></p>
-<p>This function frees the memory used by the <a href="ogg_stream_state.html">ogg_stream_state</a> struct.
+<p>This function frees the internal memory used by
+the <a href="ogg_stream_state.html">ogg_stream_state</a> struct as
+well as the structure itself.
<p>This should be called when you are done working with an ogg stream.
It can also be called to make sure that the struct does not exist.</p>