1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

shl: update shl files

Sync files with upstream libshl. See upstream commits for changes/fixes.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-03-14 19:44:53 +01:00
parent 06be8854c5
commit bc69f5b27b
9 changed files with 506 additions and 47 deletions

View file

@ -104,7 +104,7 @@ static void manager_add_link_from_udev(struct manager *m,
static void manager_remove_link_from_udev(struct manager *m,
struct udev_device *d)
{
_shl_cleanup_free_ char *name = NULL;
_shl_free_ char *name = NULL;
int r;
struct link *l;