diff options
author | David Robillard <d@drobilla.net> | 2015-01-29 22:39:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-01-29 22:39:29 +0000 |
commit | d23055c43254e920126a9054ba142d6d25612467 (patch) | |
tree | 2bbf4bbb8ba027533af792dc68a54188b3cd0ec6 | |
parent | 2ccd14c68f12cf13d3c496d6a90029f006e21289 (diff) | |
download | serd-d23055c43254e920126a9054ba142d6d25612467.tar.gz serd-d23055c43254e920126a9054ba142d6d25612467.tar.bz2 serd-d23055c43254e920126a9054ba142d6d25612467.zip |
Fix incorrect comment.
git-svn-id: http://svn.drobilla.net/serd/trunk@487 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | serd/serd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/serd/serd.h b/serd/serd.h index acc1ee4f..75323e0d 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -336,8 +336,7 @@ serd_uri_to_path(const uint8_t* uri); @param hostname If non-NULL, set to the hostname, if present. @return The path component of the URI. - Both the returned path and `hostname` (if applicable) are owned by the - caller and must be freed with free(). + The returned path and `*hostname` must be freed with free(). */ SERD_API uint8_t* |