Re: [DNG] netman-gtk3

2016-01-24 Thread aitor_czr
Hi all, I uploaded short video of netman-gtk3. gnuinos.org/netman-gtk3/netman.mpg The project isn't finished. Shortly i will push the code to gitlab. Cheers, Aitor. ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mai

Re: [DNG] netman-gtk3

2016-01-10 Thread aitor_czr
Hi, I'm making progress in netman-gtk3: http://s15.postimg.org/5zzjn2k0b/Screenshot_01112016_12_37_27_AM.png Piano, piano :) Aitor. ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Re: [DNG] netman-gtk3: invalid pointer error

2016-01-08 Thread aitor_czr
Hi Irrwahn, On 01/06/2016 11:24 PM, dng-requ...@lists.dyne.org wrote: Note: I didn't try to undertand what the code is intended to do, just commenting on some obvious flaws. >void scan_buffer (char **ptr, char *command, char *name, char *str1, char *str2) >{ > FILE *fp; > char *cad1, *cad

Re: [DNG] netman-gtk3: invalid pointer error

2016-01-06 Thread Irrwahn
On Wed, 06 Jan 2016 20:05:12 +0100, Aitor Czr wrote: > On 01/06/2016 07:59 PM, Edward Bartolo wrote: >> Hi, >> >> I can't free the memory of some pointers ( *cad2 and *res) in >> netman-gtk3. This is what i get: >> >> ~$ gcc main.c -o main >> >> ~$ ./main >> *** Error in `./main': munmap_chunk():

Re: [DNG] netman-gtk3: invalid pointer error

2016-01-06 Thread aitor_czr
On 01/06/2016 07:59 PM, Edward Bartolo wrote: Hi, I can't free the memory of some pointers ( *cad2 and *res) in netman-gtk3. This is what i get: ~$ gcc main.c -o main ~$ ./main *** Error in `./main': munmap_chunk(): invalid pointer: 0x01bfdab4 *** Aborted See the comented lines 119 a

[DNG] netman-gtk3: invalid pointer error

2016-01-06 Thread aitor_czr
Hi, I can't free the memory of some pointers ( *cad2 and *res) in netman-gtk3. This is what i get: ~$ gcc main.c -o main ~$ ./main *** Error in `./main': munmap_chunk(): invalid pointer: 0x01bfdab4 *** Aborted See the comented lines 119 and 120 in the attached file. The textual ou