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

2015-06-27 Thread Erik Faye-Lund
On Fri, Jun 26, 2015 at 9:05 PM, Brian Paul bri...@vmware.com wrote: On 06/26/2015 12:06 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

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

2015-06-27 Thread Brian Paul
On Sat, Jun 27, 2015 at 5:08 AM, Erik Faye-Lund kusmab...@gmail.com wrote: On Fri, Jun 26, 2015 at 9:05 PM, Brian Paul bri...@vmware.com wrote: On 06/26/2015 12:06 PM, Erik Faye-Lund wrote: In order to save a small leak if mesa is continously loaded and unloaded, let's free the locale

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

2015-06-26 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 kusmab...@gmail.com Reviewed-by: Matt Turner matts...@gmail.com --- src/mesa/main/context.c | 12 +++- src/util/strtod.c

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

2015-06-26 Thread Brian Paul
On 06/26/2015 12:06 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 kusmab...@gmail.com Reviewed-by: Matt Turner matts...@gmail.com ---