-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Il 06/04/2013 19:09, Barry Jackson ha scritto:
> On 05/04/13 00:08, Barry Jackson wrote:
>> On 04/04/13 14:24, Angelo Naselli wrote:
>> 
>>> Barry i cannot test this now, but if i understood correctly the
>>> problem and talking to libyui developer this patch should
>>> work.
>>> 
>>> Can you test it and tell me if it's ok please?
>>> 
>>> Thanks Angelo
>> 
>> I'll try it tomorrow - been out most of the day.
>> 
> Nope it still fails with the patch:
> 
> http://mtf.no-ip.co.uk/pub/linux/barjac/distrib/cauldron/x86_64/core/release/log/libyui-2.42.4-0.git20130107.3.mga3.src.rpm/build.0.20130406163948.log
>
> 
Unfortunately my cauldron VM is broken and I'm trying to fix it,
so i cannot be of help.

But could you check this patch instead, I just explicit used the get()
method to get the pointer, instead of the cast operator?

Thanks
        Angelo

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlFgauwACgkQqEs9DA4DquATQgCfSWYzPuD3D48rIS1jkcIhTYsu
RvAAoIpjhhUdWPpjtU1frQ7NScvMVCo8
=SVCy
-----END PGP SIGNATURE-----
diff --git a/src/YApplication.cc b/src/YApplication.cc
index 337fa36..aee8d5e 100644
--- a/src/YApplication.cc
+++ b/src/YApplication.cc
@@ -60,7 +60,7 @@ struct YApplicationPrivate
 YApplication::YApplication()
     : priv( new YApplicationPrivate() )
 {
-    YUI_CHECK_NEW( priv );
+    YUI_CHECK_NEW( priv.get() );
     priv->iconLoader = new YIconLoader();
     YCommandLine cmdLine; // Retrieve command line args from /proc/<pid>/cmdline
     if ( cmdLine.argc() > 0 )

Attachment: null_pnt_chk.patch.sig
Description: PGP signature

Reply via email to