1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r17231: Some patch cosmetics

This commit is contained in:
Volker Lendecke 2006-07-25 14:59:32 +00:00 committed by Gerald (Jerry) Carter
parent 2e400fb007
commit 736e55101b
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ static struct dispatch_fns {
Free global objects.
****************************************************************************/
void gfree_messsges(void)
void gfree_messages(void)
{
struct dispatch_fns *dfn, *next;

View File

@ -199,7 +199,7 @@ void gfree_all( void )
gfree_case_tables();
gfree_debugsyms();
gfree_charcnv();
gfree_messsges();
gfree_messages();
/* release the talloc null_context memory last */
talloc_nc_free();