Fossil SCM
s/free()/fossil_free()/, for consistency.
Commit
c94df7244a96c671d672b116198a8ee82f569a2d
Parent
045975f6f7c4074…
1 file changed
+1
-1
+1
-1
| --- src/delta.c | ||
| +++ src/delta.c | ||
| @@ -467,11 +467,11 @@ | ||
| 467 | 467 | zDelta += lenOut-base; |
| 468 | 468 | } |
| 469 | 469 | /* Output the final checksum record. */ |
| 470 | 470 | putInt(checksum(zOut, lenOut), &zDelta); |
| 471 | 471 | *(zDelta++) = ';'; |
| 472 | - free(collide); | |
| 472 | + fossil_free(collide); | |
| 473 | 473 | return zDelta - zOrigDelta; |
| 474 | 474 | } |
| 475 | 475 | |
| 476 | 476 | /* |
| 477 | 477 | ** Return the size (in bytes) of the output from applying |
| 478 | 478 |
| --- src/delta.c | |
| +++ src/delta.c | |
| @@ -467,11 +467,11 @@ | |
| 467 | zDelta += lenOut-base; |
| 468 | } |
| 469 | /* Output the final checksum record. */ |
| 470 | putInt(checksum(zOut, lenOut), &zDelta); |
| 471 | *(zDelta++) = ';'; |
| 472 | free(collide); |
| 473 | return zDelta - zOrigDelta; |
| 474 | } |
| 475 | |
| 476 | /* |
| 477 | ** Return the size (in bytes) of the output from applying |
| 478 |
| --- src/delta.c | |
| +++ src/delta.c | |
| @@ -467,11 +467,11 @@ | |
| 467 | zDelta += lenOut-base; |
| 468 | } |
| 469 | /* Output the final checksum record. */ |
| 470 | putInt(checksum(zOut, lenOut), &zDelta); |
| 471 | *(zDelta++) = ';'; |
| 472 | fossil_free(collide); |
| 473 | return zDelta - zOrigDelta; |
| 474 | } |
| 475 | |
| 476 | /* |
| 477 | ** Return the size (in bytes) of the output from applying |
| 478 |