1
0
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:
Volker Lendecke 2008-06-22 11:28:57 +02:00
parent b4587a7c78
commit a7e284c62d

View File

@ -1567,6 +1567,7 @@ static int form_junctions(TALLOC_CTX *ctx,
jucn[cnt].comment = "";
cnt++;
}
TALLOC_FREE(link_target);
}
}