Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes two problems:
1. Copious memory leaks via strdup()
2. Hardcoded default /data/data, not used anywhere else
|
|
|
|
|
|
|
|
It was out by one because of some leftover characters from the previous
version.
|
|
|
|
|
|
|
|
|
|
|
|
The number of rigid groups overall is usually greater than the number of
rigid groups in the current collection. Therefore, the "previous rg"
function wrapped round to the wrong place.
|
|
|
|
|
|
|
|
|
|
|
|
This is not a nice function, and seemed to contain a weird stack
corruption somewhere.
It is still not a nice function, but at least no longer seems to contain
a weird stack corruption.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Need a better solution here: fix them or delete them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|