Home | History | Annotate | Download | only in intl

Lines Matching refs:free

2    Copyright (C) 1995-1999, 2000-2001, 2003 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
165 /* The room for an alias was dynamically allocated. Free it now. */
167 free (locale);
169 /* The space for normalized_codeset is dynamically allocated. Free it. */
171 free ((void *) normalized_codeset);
188 free ((char *) here->filename);
189 free (here);