CVS update: /ccvs/src/
[email protected] 15 Mar 2005 22:37:27 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: mdb Date: 05/03/15 14:37:27 Modified: /ccvs/src/ ChangeLog, history.c Log: Merge changes from 1.11.x. File Changes: Directory: /ccvs/src/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3142&r2=1.3143 Delta lines: +4 -0 ------------------- --- ChangeLog 15 Mar 2005 17:52:19 -0000 1.3142 +++ ChangeLog 15 Mar 2005 22:37:24 -0000 1.3143 @@ -1,3 +1,7 @@ +2005-03-15 Mark D. Baushke <[email protected]> + + * history.c (select_hrec): Avoid possible memory leak. + 2005-03-15 Derek Price <[email protected]> * patch.c (patch_proc): Avoid memory leak. File [changed]: history.c Url: https://ccvs.cvshome.org/source/browse/ccvs/src/history.c?r1=1.86&r2=1.87 Delta lines: +2 -0 ------------------- --- history.c 12 Mar 2005 21:09:35 -0000 1.86 +++ history.c 15 Mar 2005 22:37:24 -0000 1.87 @@ -1348,6 +1348,8 @@ if (within (cp, cp2)) { hr->mod = fl->l_module; + if (cmpfile != NULL) + free (cmpfile); break; } if (cmpfile != NULL)