mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
safe_free_string() should be static
This commit is contained in:
parent
cad31e00cc
commit
4839e570fb
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ new_safe_string(int size)
|
|||
return ss;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
safe_string_free(safe_string * ss)
|
||||
{
|
||||
if ( !ss )
|
||||
|
|
|
|||
Loading…
Reference in a new issue