Differences From Artifact [157d9c226f]:
- File src/path.c — part of check-in [f0359882c9] at 2012-02-10 15:26:19 on branch trunk — Attempting to do a better job of merging renames. (user: drh size: 14561) [more...]
To Artifact [0c676ca3ee]:
- File src/path.c — part of check-in [336e1355b9] at 2012-07-27 00:26:26 on branch trunk — Fix another faulty though harmless memset() initialization. (user: drh size: 14560) [more...]
| ︙ | |||
87 88 89 90 91 92 93 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | - + |
PathNode *p;
while( path.pAll ){
p = path.pAll;
path.pAll = p->pAll;
fossil_free(p);
}
bag_clear(&path.seen);
|
| ︙ |