mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
r17852: Remove a pointless NULL assignment
(This used to be commit 9f27824257
)
This commit is contained in:
parent
2868e7f99b
commit
c3bbcc608e
@ -587,7 +587,6 @@ BOOL pm_process( const char *FileName,
|
|||||||
|
|
||||||
result = Parse( InFile, sfunc, pfunc );
|
result = Parse( InFile, sfunc, pfunc );
|
||||||
SAFE_FREE( bufr );
|
SAFE_FREE( bufr );
|
||||||
bufr = NULL;
|
|
||||||
bSize = 0;
|
bSize = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user