Differences From Artifact [0b17eb2947]:
- File src/wikiformat.c — part of check-in [733361a55e] at 2011-03-23 17:24:19 on branch trunk — Fix to the prior check-in ([a99e9c9164]) so that ticket hyperlinks are displayed correctly. (user: drh size: 53121) [more...]
To Artifact [777eb57322]:
- File src/wikiformat.c — part of check-in [625226d577] at 2011-05-13 20:30:52 on branch windows-i18n — Fix memory leaks in "fossil rebuild". (user: drh size: 53146) [more...]
| ︙ | ︙ | |||
1732 1733 1734 1735 1736 1737 1738 1739 |
}
default: {
break;
}
}
z += n;
}
}
| > | 1732 1733 1734 1735 1736 1737 1738 1739 1740 |
}
default: {
break;
}
}
z += n;
}
free(renderer.aStack);
}
|