From 656485c1f1487775ccb0c223c4f5809f8daa7fcc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 28 May 2007 17:35:15 +0000 Subject: Make URI structures reference-counted. --- src/core/uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/uri.c') diff --git a/src/core/uri.c b/src/core/uri.c index cb1ac3bcb..6ebc63734 100644 --- a/src/core/uri.c +++ b/src/core/uri.c @@ -35,7 +35,7 @@ * * Splits a URI into its component parts. The return URI structure is * dynamically allocated and must eventually be freed by calling - * free_uri(). + * uri_put(). */ struct uri * parse_uri ( const char *uri_string ) { struct uri *uri; -- cgit v1.2.3-55-g7522