Fossil SCM

s/free()/fossil_free()/, for consistency.

stephan 2014-03-29 09:03 trunk
Commit c94df7244a96c671d672b116198a8ee82f569a2d
1 file changed +1 -1
+1 -1
--- src/delta.c
+++ src/delta.c
@@ -467,11 +467,11 @@
467467
zDelta += lenOut-base;
468468
}
469469
/* Output the final checksum record. */
470470
putInt(checksum(zOut, lenOut), &zDelta);
471471
*(zDelta++) = ';';
472
- free(collide);
472
+ fossil_free(collide);
473473
return zDelta - zOrigDelta;
474474
}
475475
476476
/*
477477
** Return the size (in bytes) of the output from applying
478478
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button