Commit 66341140 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

network: Remove an unused label.

parent 3d930715
...@@ -689,7 +689,6 @@ int vlc_getaddrinfo( vlc_object_t *p_this, const char *node, ...@@ -689,7 +689,6 @@ int vlc_getaddrinfo( vlc_object_t *p_this, const char *node,
#endif #endif
ret = getaddrinfo (node, psz_service, &hints, res); ret = getaddrinfo (node, psz_service, &hints, res);
out:
LocaleFree (node); LocaleFree (node);
return ret; return ret;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment