Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856725
en ru br
ALT Linux repos
S:0.9.14.2-alt1
5.0: 0.8.2-alt6
4.1: 0.7.4-alt1.M41.1
4.0: 0.5.0-alt1

Other repositories
Upstream:0.7.2

Group :: System/X11
RPM: compiz

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: compiz-0.3.6-kde-mem-leak.patch
Download


--- compiz-0.3.6/kde/window-decorator/options.cpp--	2007-03-16 11:44:44.000000000 +0100
+++ compiz-0.3.6/kde/window-decorator/options.cpp	2007-03-16 11:45:08.000000000 +0100
@@ -32,6 +32,11 @@
     updateSettings ();
 }
 
+KWD::Options::~Options()
+{
+    delete d;
+}
+
 unsigned long
 KWD::Options::updateSettings (void)
 {
--- compiz-0.3.6/kde/window-decorator/options.h--	2007-03-16 11:45:13.000000000 +0100
+++ compiz-0.3.6/kde/window-decorator/options.h	2007-03-16 11:45:25.000000000 +0100
@@ -77,7 +77,7 @@
 	};
 
 	Options (KConfig *config);
-
+	~Options();
 	virtual unsigned long updateSettings (void);
 
 	WindowOperation operationTitlebarDblClick (void)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin