mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 04:42:14 +01:00
13 lines
379 B
Diff
13 lines
379 B
Diff
diff --git i/src/drv_debian.c w/src/drv_debian.c
|
|
index d762a5d..370eccd 100644
|
|
--- i/src/drv_debian.c
|
|
+++ w/src/drv_debian.c
|
|
@@ -145,6 +145,7 @@ static int interface_deps(struct netcf *ncf, char ***slaves, const char *fmt, ..
|
|
}
|
|
|
|
nmatches = aug_match(aug, path, &matches);
|
|
+ FREE(path);
|
|
ERR_COND_BAIL(nmatches < 0, ncf, EOTHER);
|
|
|
|
if (!nmatches)
|