CVSROOT:        /cvs/gnome
Module name:    sysprof
Changes by:     ssp     06/11/02 03:33:35

Modified files:
        .              : ChangeLog binparser.c collector.c elfparser.c 
                         sysprof.c 

Log message:
2006-11-02  Soren Sandmann <[EMAIL PROTECTED]>

Valgrind:

* binparser.c (bin_parser_free): Add this function

* elfparser.c (elf_parser_free): Call bin_parser_free()

* sysprof.c (compute_text_width, add_text): Plug leaks

* collector.c (add_trace_to_stash): Copy n_addresses to a stack
variable instead of reading it out of the mmap'ed area all the
time. (That way if there is an overrun, we won't write too much
into the address array).

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=sysprof&who=ssp&date=explicit&mindate=2006-11-02%2003:32&maxdate=2006-11-02%2003:34

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to