mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Use a dedicated free function to free dsfs.
No functional change: currently, this just wraps the previous sfree call.
This commit is contained in:
@ -510,7 +510,7 @@ static void solver_free_scratch(struct solver_scratch *sc)
|
||||
sfree(sc->pc_scratch);
|
||||
sfree(sc->pc_scratch2);
|
||||
sfree(sc->dc_scratch);
|
||||
sfree(sc->dsf_scratch);
|
||||
dsf_free(sc->dsf_scratch);
|
||||
sfree(sc);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user