Re: [compiz] [patch] fix crash in ini plugin

2008-02-04 Thread Danny Baumann
Hi, > The ini plugin segfaults on startup. The following patch fixes it. Not > sure why this hasn't been caught before - i guess not many people use > the ini plugin. That, and the error depends on memory initialization. But in any case, you're correct; I've commited your patch. Regards, Danny

Re: [compiz] [patch] fix crash in ini plugin

2008-02-03 Thread Artur
I have always used ini plugin and it never crashed on me. Please make sure, that the patch doesn't break anything before applying it. The bug may be, for example, compiler dependent. Regards. Artur W dniu 2008-01-31 21:27, Randolph Chung pisze: > The ini plugin segfaults on startup. The followin

[compiz] [patch] fix crash in ini plugin

2008-02-03 Thread Randolph Chung
The ini plugin segfaults on startup. The following patch fixes it. Not sure why this hasn't been caught before - i guess not many people use the ini plugin. Please apply. randolph diff --git a/plugins/ini.c b/plugins/ini.c index d58f671..2d3c2dd 100644 --- a/plugins/ini.c +++ b/plugins/ini.c @@