mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 04:28:12 +03:00
Make URI structures reference-counted.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user