Ignore:
Timestamp:
Jul 2, 2013, 7:27:06 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Server 3.5: Update branch to 3.5.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/lib/util_unistr.c

    r414 r773  
    4646                else
    4747                        SAFE_FREE(upcase_table);
     48                upcase_table = NULL;
    4849        }
    4950
     
    5354                else
    5455                        SAFE_FREE(lowcase_table);
     56                lowcase_table = NULL;
    5557        }
    5658
     
    6062                else
    6163                        SAFE_FREE(valid_table);
     64                valid_table = NULL;
    6265        }
    6366        initialized = false;
Note: See TracChangeset for help on using the changeset viewer.