diff options
Diffstat (limited to 'singles.c')
| -rw-r--r-- | singles.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -562,7 +562,7 @@ static bool check_complete(game_state *state, unsigned flags) } } - sfree(dsf); + dsf_free(dsf); return !(error > 0); } |