Changeset 141 for trunk/samba/source/libsmb/libsmb_context.c
- Timestamp:
- Aug 7, 2008, 11:49:04 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/libsmb/libsmb_context.c
r137 r141 201 201 202 202 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); 203 219 SAFE_FREE(context); 204 220 return 0; … … 412 428 char *home = NULL; 413 429 430 /* track talloc null_context memory */ 431 talloc_enable_null_tracking(); 432 414 433 if (!context) { 415 434 errno = EBADF;
Note:
See TracChangeset
for help on using the changeset viewer.