Home | History | Annotate | Download | only in intl

Lines Matching refs:free

2    Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify it
7 by the Free Software Foundation; either version 2, or (at your option)
16 License along with this program; if not, write to the Free Software
168 /* The room for an alias was dynamically allocated. Free it now. */
170 free (locale);
172 /* The space for normalized_codeset is dynamically allocated. Free it. */
174 free ((void *) normalized_codeset);
191 free ((char *) here->filename);
192 free (here);