aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index 1122466..649821f 100644
--- a/map.c
+++ b/map.c
@@ -1802,7 +1802,7 @@ static const char *parse_edge_list(const game_params *params,
err = NULL; /* no error */
out:
- sfree(dsf);
+ dsf_free(dsf);
return err;
}