[mythtv-commits] mythtv/master commit: 4392c16c6 by Craig Treleaven (no github username)

MythTV noreply at mythtv.org
Mon Mar 5 02:04:26 UTC 2012


      Author:  Craig Treleaven <ctreleaven at cogeco.ca>
 Change Date:  2012-03-04T15:40:47-08:00
   Push Date:  2012/03/04 18:04:07 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  4392c16c6bec8556981824ce1a5655198f017040
   Changeset:  https://github.com/MythTV/mythtv/commit/4392c16c6

Log:

Delay first call to QTextCodec until after main QApplication has been created

Calling QTextCode before QApplication has been created, causes Qt to ignore local plugins and use system-wide instead. Not a problem on linux because they are one and the same, but on mac they are different: resulting in loading two sets of Qt libraries in RAM, ultimately leading to a crash

Fixes #9447

Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>

Modified:

   mythtv/libs/libmythtv/mpeg/dvbdescriptors.cpp



More information about the mythtv-commits mailing list