Skip to content

Commit

Permalink
Removed conditional check that is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 29, 2019
1 parent dfe9e72 commit 75c562a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magick/locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,8 @@ static SplayTreeInfo *AcquireLocaleSplayTree(const char *filename,
*/
static void DestroyCLocale(void)
{
#if defined(MAGICKCORE_HAVE_NEWLOCALE)
if (c_locale != (locale_t) NULL)
freelocale(c_locale);
#endif
c_locale=(locale_t) NULL;
}
#endif
Expand Down

0 comments on commit 75c562a

Please sign in to comment.