mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
r16517: Get rid of pointless safe_free() (not SAFE_FREE()!) function.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c4b3c2b18c
commit
6bc9149782
@@ -253,19 +253,6 @@ _PUBLIC_ void become_daemon(BOOL Fork)
|
||||
attach it to the logfile */
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Free memory, checks for NULL.
|
||||
Use directly SAFE_FREE()
|
||||
Exists only because we need to pass a function pointer somewhere --SSS
|
||||
**/
|
||||
|
||||
_PUBLIC_ void safe_free(void *p)
|
||||
{
|
||||
SAFE_FREE(p);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Get my own name, return in malloc'ed storage.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user