Minor memory ownership clarification

git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@20 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
This commit is contained in:
Dave Robillard 2006-02-07 02:55:54 +00:00
parent 06c3b51527
commit 3d031ca42b
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ ownership of the memory and it should not be freed by the client.
Send some configuration data to the server. The config must be created using
@code{lash_config_new}, @code{lash_config_new_with_key} or
@code{lash_config_dup}. The library takes
over ownership of the memory and it should not be freed by the client.
over ownership of the memory (including the key, etc) and it should not be freed by the client.
@end deftypefun
@defmac lash_enabled (client)