diff options
| author | Michael Brown | 2007-05-28 19:35:15 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-05-28 19:35:15 +0200 |
| commit | 656485c1f1487775ccb0c223c4f5809f8daa7fcc (patch) | |
| tree | 045b8b6e395af9b8906ce30ed6c707f0d2310db1 /src/core/uri.c | |
| parent | Move increment/decrement debug messages to DBG2 level (diff) | |
| download | ipxe-656485c1f1487775ccb0c223c4f5809f8daa7fcc.tar.gz ipxe-656485c1f1487775ccb0c223c4f5809f8daa7fcc.tar.xz ipxe-656485c1f1487775ccb0c223c4f5809f8daa7fcc.zip | |
Make URI structures reference-counted.
Diffstat (limited to 'src/core/uri.c')
| -rw-r--r-- | src/core/uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
