mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 10:30:03 +01:00
gnetworkaddress: Fix minor memory leak
From commit 99b792fac047b2f495d83ca0a1c1a481ed838251. Spotted by Coverity; CID 1385719. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
1c0bed93a3
commit
8e74fbf300
@ -702,6 +702,8 @@ _g_uri_parse_authority (const char *uri,
|
||||
*port = (guint16) tmp;
|
||||
}
|
||||
|
||||
g_free (ascii_uri);
|
||||
|
||||
return TRUE;
|
||||
|
||||
error:
|
||||
|
Loading…
x
Reference in New Issue
Block a user