Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libform



Module Name:    src
Committed By:   christos
Date:           Sun Mar 19 20:02:27 UTC 2006

Modified Files:
        src/lib/libform: field_types.c

Log Message:
Coverity CID 1553: Fix memory leak. While here, fix malloc calls:
- don't cast
- use sizeof(var) instead of sizeof(type)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libform/field_types.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index