summaryrefslogtreecommitdiffstats
path: root/header.FDL
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-05-23 16:03:40 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-24 20:20:52 +0200
commit220f791f9ab69bcf1d23537b6ed4f68e230ef81b (patch)
tree2a346f1d0396be13bad512e3f8926aa8669df134 /header.FDL
parent794febd713d1462d0c7a187ec2f5e4a88dcd1267 (diff)
Make QLocale "unload" the ICU libraries upon exit
Right now, valgrind reports that there is some reachable memory in QLibrary because we don't call unload() in the libraries we loaded. So do unload() them. Unfortunately, ICU seems to have some global statics it doesn't free. If we really unload the libraries, valgrind will report a leak. So use the PreventUnloadHint, which causes libdl to not actually unload the libraries. Change-Id: I273f09627e27b9116366ddc427e1f3f53ea0f61a Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'header.FDL')
0 files changed, 0 insertions, 0 deletions