CVSROOT:        /cvs/gnome
Module name:    dia
Changes by:     hans    06/02/04 07:34:06

Modified files:
        .              : ChangeLog configure.in 
        app            : filedlg.c interface.c 
        lib            : element.c object.c 
        objects/FS     : function.c 
        objects/UML    : association.c 
        plug-ins/dxf   : dxf-import.c 
        plug-ins/xfig  : xfig-import.c 

Log message:
2006-02-04  Hans Breuer  <[EMAIL PROTECTED]>

Code review via regex "[^_l>p](malloc|free|realloc)\("
* objects/fs/function.c : what's g_strdup() must be g_free()'d
* plug-ins/dxf/dxf-import.c : use g_realloc()/g_free()
* plug-ins/xfig/xfig-import.c : use g_free() instead of plain free()

* app/filedlg.c(file_save_as_response_callback) : before destroying
the save as dialog we need to drop the dialogs diagram reference.
Fixes behaviour described in bug #123225 
[http://bugzilla.gnome.org/show_bug.cgi?id=123225]#c7

* app/interface.c(get_sheet_names) : need to sort sheets by their
display name to really fix bug #160101 
[http://bugzilla.gnome.org/show_bug.cgi?id=160101].

* objects/UML/association.c : dont leak the role_name calculated
with visibility attribute, use g_strdup_printf() instead of strcat().

* configure.in : fix typo in error message

* lib/object.c : remove duplicated prototype
* lib/element.c : element_update_connections_rectangle() assumes nine
connection points, i.e. requires 'mainpoint'. g_assert() for this.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=dia&who=hans&date=explicit&mindate=2006-02-04%2007:33&maxdate=2006-02-04%2007:35

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

Reply via email to