mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
[s3]testparm: prevent "no stackframe around" warning.
gfree_loadparm and TALLOC_FREE(frame) were in the wrong order. Michael
This commit is contained in:
parent
b3b6d8f3f9
commit
15f0a4eadb
@ -436,8 +436,8 @@ rameter is ignored when using CUPS libraries.\n",
|
||||
}
|
||||
|
||||
done:
|
||||
TALLOC_FREE(frame);
|
||||
gfree_loadparm();
|
||||
TALLOC_FREE(frame);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user