Aapo Rantalainen <[email protected]> writes: > I eliminate warnings and memory leaks. (can be compiled -Wall -Wextra cleanly) > I use valgrind to find memory leaks, and it founds something with > threading. I read manuals and found this solution, but valgrind is not > satisfated.
Also things like safe_malloc(10000000*sizeof(char)); all around the code sound very suspious and potentially eat a lot of memory. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

