Changeset 773 for branches/samba-3.5.x/source3/lib/util_unistr.c
- Timestamp:
- Jul 2, 2013, 7:27:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/lib/util_unistr.c
r414 r773 46 46 else 47 47 SAFE_FREE(upcase_table); 48 upcase_table = NULL; 48 49 } 49 50 … … 53 54 else 54 55 SAFE_FREE(lowcase_table); 56 lowcase_table = NULL; 55 57 } 56 58 … … 60 62 else 61 63 SAFE_FREE(valid_table); 64 valid_table = NULL; 62 65 } 63 66 initialized = false;
Note:
See TracChangeset
for help on using the changeset viewer.