diff options
Diffstat (limited to 'map.c')
| -rw-r--r-- | map.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |