mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Reduce memory usage in form_junctions() a little bit
(This used to be commit d031e6d8ca
)
This commit is contained in:
parent
b4587a7c78
commit
a7e284c62d
@ -1567,6 +1567,7 @@ static int form_junctions(TALLOC_CTX *ctx,
|
||||
jucn[cnt].comment = "";
|
||||
cnt++;
|
||||
}
|
||||
TALLOC_FREE(link_target);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user