Re: [Mesa-dev] [PATCH v2 6/7] mesa/main: free locale at exit

2015-06-25 Thread Erik Faye-Lund
On Fri, Jun 26, 2015 at 12:36 AM, Matt Turner wrote: > On Thu, Jun 25, 2015 at 2:05 PM, Erik Faye-Lund wrote: >> In order to save a small leak if mesa is continously loaded and >> unloaded, let's free the locale when the shared object is unloaded. >> >> Signed-off-by: Erik Faye-Lund >> --- >> s

Re: [Mesa-dev] [PATCH v2 6/7] mesa/main: free locale at exit

2015-06-25 Thread Matt Turner
On Thu, Jun 25, 2015 at 2:05 PM, Erik Faye-Lund wrote: > In order to save a small leak if mesa is continously loaded and > unloaded, let's free the locale when the shared object is unloaded. > > Signed-off-by: Erik Faye-Lund > --- > src/mesa/main/context.c | 12 +++- > src/util/strtod.c

[Mesa-dev] [PATCH v2 6/7] mesa/main: free locale at exit

2015-06-25 Thread Erik Faye-Lund
In order to save a small leak if mesa is continously loaded and unloaded, let's free the locale when the shared object is unloaded. Signed-off-by: Erik Faye-Lund --- src/mesa/main/context.c | 12 +++- src/util/strtod.c | 8 src/util/strtod.h | 3 +++ 3 files change