Plug memory leak on Windows
authorTor Lillqvist <tml@iki.fi>
Thu, 10 Jun 2010 08:52:25 +0000 (11:52 +0300)
committerTor Lillqvist <tml@iki.fi>
Thu, 10 Jun 2010 08:54:35 +0000 (11:54 +0300)
commit507c266c3bdf03d9d75ad11bb346f013172f5ad5
treea03d8e25133224773020ba2ae9f642799ddb1103
parent6720596544112a40e8133aea86672197edb46eed
Plug memory leak on Windows

Intern the string returned from g_win32_getlocale() and then free it.
Fixes bug #621168.
glib/gutils.c