Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37900892
en ru br
ALT Linux repos
S:0.3.18-alt2_7

Group :: System/Libraries
RPM: libzeitgeist

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libzeitgeist-log_fix.patch
Download


--- libzeitgeist-0.3.6/src/zeitgeist-log.c.debug	2011-03-07 23:25:43.000000000 +0900
+++ libzeitgeist-0.3.6/src/zeitgeist-log.c	2011-03-23 01:32:50.000000000 +0900
@@ -1048,7 +1048,7 @@
   self = ZEITGEIST_LOG (user_data);
   priv = ZEITGEIST_LOG_GET_PRIVATE (self);
 
-  g_object_unref (priv->log);
+  if (priv->log) g_object_unref (priv->log);
   priv->log = NULL;
 
   g_object_notify (G_OBJECT (self), "connected");
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin