From c5b381b6fe88b5efed70567cbb5bbcee2717a6ee Mon Sep 17 00:00:00 2001 From: S Rahul Date: Thu, 16 Jul 2009 10:59:25 +0000 Subject: [PATCH] Bug#438234: System.Runtime.InteropServices.Marshal.PrelinkAll() is causing crash. Removing the call. Verified that the Gnome keyring is accessible after this change. --- CASA/adlib/GKEngine.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CASA/adlib/GKEngine.cs b/CASA/adlib/GKEngine.cs index f042f2c3..cc4adebc 100644 --- a/CASA/adlib/GKEngine.cs +++ b/CASA/adlib/GKEngine.cs @@ -311,7 +311,6 @@ namespace Novell.CASA.DataEngines try { - System.Runtime.InteropServices.Marshal.PrelinkAll(typeof(GnomeKeyring)); if (GnomeKeyring.IsGnomeKeyringInstalled()) { //Console.WriteLine("IsGnomeKeyringInstalled is true");