aboutsummaryrefslogtreecommitdiff
path: root/singles.c
diff options
context:
space:
mode:
Diffstat (limited to 'singles.c')
-rw-r--r--singles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/singles.c b/singles.c
index a977d10..cc079fe 100644
--- a/singles.c
+++ b/singles.c
@@ -562,7 +562,7 @@ static bool check_complete(game_state *state, unsigned flags)
}
}
- sfree(dsf);
+ dsf_free(dsf);
return !(error > 0);
}