diff -Naurp --exclude CVS --exclude ChangeLog --exclude VERSION --exclude libsemanage.map --exclude 'module_record*' --exclude 'database_directory*' old/libsepol/src/user_record.c new/libsepol/src/user_record.c --- old/libsepol/src/user_record.c 2005-09-30 16:19:08.000000000 -0400 +++ new/libsepol/src/user_record.c 2005-10-20 13:57:37.000000000 -0400 @@ -361,6 +361,7 @@ void sepol_user_free(sepol_user_t* user) free(user->name); for (i = 0; i < user->num_roles; i++) free(user->roles[i]); + free(user->def_role); free(user->roles); free(user->mls_level); free(user->mls_range);