Ignore:
Timestamp:
Aug 7, 2008, 11:49:04 AM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/libsmb/libsmb_context.c

    r137 r141  
    201201       
    202202        DEBUG(3, ("Context %p successfully freed\n", context));
     203
     204        gfree_names();
     205        gfree_loadparm();
     206        gfree_case_tables();
     207        gfree_charcnv();
     208        gfree_interfaces();
     209
     210        gencache_shutdown();
     211        secrets_shutdown();
     212
     213        /* release the talloc null_context memory last */
     214        talloc_disable_null_tracking();
     215
     216        gfree_debugsyms();
     217
     218        SAFE_FREE(context->internal);
    203219        SAFE_FREE(context);
    204220        return 0;
     
    412428        char *home = NULL;
    413429       
     430        /* track talloc null_context memory */
     431        talloc_enable_null_tracking();
     432
    414433        if (!context) {
    415434                errno = EBADF;
Note: See TracChangeset for help on using the changeset viewer.