[mythtv-firehose] mythtv/jyavenard/backports/fixes/0.24 commit: 7fb935c9d by Craig Treleaven (no github username)

MythTV noreply at mythtv.org
Thu Mar 8 11:34:58 UTC 2012


      Author:  Craig Treleaven <ctreleaven at cogeco.ca>
 Change Date:  2012-03-08T02:47:17-08:00
   Push Date:  2012/03/08 03:34:46 -0800
  Repository:  mythtv
      Branch:  jyavenard/backports/fixes/0.24
New Revision:  7fb935c9d70f7310d527cc45e12fa0f459c82df7
   Changeset:  https://github.com/MythTV/mythtv/commit/7fb935c9d

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>
[cherry-picked from 4392c16c]

Modified:

   mythtv/libs/libmythtv/mpeg/dvbdescriptors.cpp



More information about the mythtv-firehose mailing list