Re: [gentoo-user] Memory leak

2015-02-26 Thread Frank Steinmetzger
On Sun, Feb 22, 2015 at 05:58:16PM +0200, Matti Nykyri wrote: > > On Feb 22, 2015, at 12:53, Frank Steinmetzger wrote: > > > >> I can't remember nor figure out how to set kdm keymap to azerty. > > > > I set mine in an xorg config file to get qwertz not only in KDM but all of > > X by > > defaul

Re: [gentoo-user] Memory leak

2015-02-22 Thread Matti Nykyri
> On Feb 22, 2015, at 12:53, Frank Steinmetzger wrote: > >> On Sun, Feb 22, 2015 at 11:05:59AM +0100, Alain Didierjean wrote: >> My so called memory, located somewhere in what's left of my old brain. >> >> I can't remember nor figure out how to set kdm keymap to azerty. >> Help welcome, > > I s

Re: [gentoo-user] Memory leak

2015-02-22 Thread Mick
On Sunday 22 Feb 2015 14:53:19 Alain Didierjean wrote: > - Mail original - > > > De: "Mick" > > À: gentoo-user@lists.gentoo.org > > Envoyé: Dimanche 22 Février 2015 12:19:25 > > Objet: Re: [gentoo-user] Memory leak > > > > On Sunday 2

Re: [gentoo-user] Memory leak

2015-02-22 Thread Rich Freeman
On Sun, Feb 22, 2015 at 5:05 AM, Alain Didierjean wrote: > My so called memory, located somewhere in what's left of my old brain. > > I can't remember nor figure out how to set kdm keymap to azerty. > Help welcome, > Just a suggestion that more accurate subject lines are more likely to get you he

Re: [gentoo-user] Memory leak

2015-02-22 Thread Alain Didierjean
- Mail original - > De: "Mick" > À: gentoo-user@lists.gentoo.org > Envoyé: Dimanche 22 Février 2015 12:19:25 > Objet: Re: [gentoo-user] Memory leak > > On Sunday 22 Feb 2015 11:05:59 Alain Didierjean wrote: > > My so called memory, located somewhere

Re: [gentoo-user] Memory leak

2015-02-22 Thread Mick
On Sunday 22 Feb 2015 11:05:59 Alain Didierjean wrote: > My so called memory, located somewhere in what's left of my old brain. > > I can't remember nor figure out how to set kdm keymap to azerty. > Help welcome, Have a look in /usr/share/keymaps/i386/azerty/ If your desired keymap is say: fr

Re: [gentoo-user] Memory leak

2015-02-22 Thread Frank Steinmetzger
On Sun, Feb 22, 2015 at 11:05:59AM +0100, Alain Didierjean wrote: > My so called memory, located somewhere in what's left of my old brain. > > I can't remember nor figure out how to set kdm keymap to azerty. > Help welcome, I set mine in an xorg config file to get qwertz not only in KDM but all o

[gentoo-user] Memory leak

2015-02-22 Thread Alain Didierjean
My so called memory, located somewhere in what's left of my old brain. I can't remember nor figure out how to set kdm keymap to azerty. Help welcome,

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Hans-Werner Hilse
Hi, On Wed, 02 Aug 2006 18:14:02 +0200 gwe <[EMAIL PROTECTED]> wrote: > > Ah yes, I wasn't aware that there was a function for this. You should > > definitely use this in place of the delete statement because it will do > > deeper cleaning. > > the GTK Api said gtk_exit is deprecated and shou

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
Le Wed, 02 Aug 2006 17:30:10 +0200, Randy Barlow a écrit : > Ah yes, I wasn't aware that there was a function for this. You should > definitely use this in place of the delete statement because it will do > deeper cleaning. the GTK Api said gtk_exit is deprecated and should not be used. In f

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Randy Barlow
Hans-Werner Hilse wrote: Hi, On Wed, 02 Aug 2006 13:49:04 +0200 gwe <[EMAIL PROTECTED]> wrote: I'm sorry I post only the end of log file of valgrind (the entire file is very big ~22500 lines). This is the result of execute the source code : ==13767== LEAK SUMMARY: ==13767==definitely lost:

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Randy Barlow
gwe wrote: Hello, I use gtk+ for my soft's graphic interface. But valgrind make an log file containing approximately 22700 lines for an simple source code like : #include int main(int argc, char **argv) { gtk_init(&argc, &argv); GtkWidget *win= gtk_window_new(GTK_WINDOW_TOPL

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Hans-Werner Hilse
Hi, On Wed, 02 Aug 2006 13:49:04 +0200 gwe <[EMAIL PROTECTED]> wrote: > I'm sorry > I post only the end of log file of valgrind (the entire file is very big > ~22500 lines). > This is the result of execute the source code : > ==13767== LEAK SUMMARY: > ==13767==definitely lost: 36 bytes in 1 b

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
Le Wed, 02 Aug 2006 13:20:07 +0200, Hans-Werner Hilse a écrit : > Hi, > > On Wed, 02 Aug 2006 12:58:33 +0200 gwe <[EMAIL PROTECTED]> wrote: > >> Someone has the same problem or an solution to solve this leak of >> memory? Thank you very much. > > You should at least describe the problem you hav

Re: [gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread Hans-Werner Hilse
Hi, On Wed, 02 Aug 2006 12:58:33 +0200 gwe <[EMAIL PROTECTED]> wrote: > Someone has the same problem or an solution to solve this leak of > memory? Thank you very much. You should at least describe the problem you have. You're just describing the things you've tried to nail it down, but what are

[gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
Hello, I use gtk+ for my soft's graphic interface. But valgrind make an log file containing approximately 22700 lines for an simple source code like : #include int main(int argc, char **argv) { gtk_init(&argc, &argv); GtkWidget *win= gtk_window_new(GTK_WINDOW_TOPLEVEL);

[gentoo-user] memory leak with gtk+-2.8.20-r1

2006-08-02 Thread gwe
Hello, I use gtk+ for my soft's graphic interface. But valgrind make an log file containing approximately 22700 lines for an simple source code like : #include int main(int argc, char **argv) { gtk_init(&argc, &argv); GtkWidget *win= gtk_window_new(GTK_WINDOW_TOPLEVEL);