From d23055c43254e920126a9054ba142d6d25612467 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Jan 2015 22:39:29 +0000 Subject: Fix incorrect comment. git-svn-id: http://svn.drobilla.net/serd/trunk@487 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- serd/serd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'serd/serd.h') 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* -- cgit v1.2.1