summaryrefslogtreecommitdiff
path: root/content/fetchers/data.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-05 19:01:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-06-09 19:41:27 +0100
commit87b34e1ddd22cf575c994ab04c2185f3cab6a9f6 (patch)
tree3a54fc391f871341cf2a3dbdb3609ce1403f55de /content/fetchers/data.c
parent4134d4cbd67ab734ab1703489cca47d39a7e9864 (diff)
downloadnetsurf-87b34e1ddd22cf575c994ab04c2185f3cab6a9f6.tar.gz
netsurf-87b34e1ddd22cf575c994ab04c2185f3cab6a9f6.tar.bz2
Modify some "free" references which were failing to build with clib2 debug mode
Diffstat (limited to 'content/fetchers/data.c')
-rw-r--r--content/fetchers/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index 8c04bcfea..cb7dbdc32 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -316,7 +316,7 @@ nserror fetch_data_register(void)
.setup = fetch_data_setup,
.start = fetch_data_start,
.abort = fetch_data_abort,
- .free = fetch_data_free,
+ .ffree = fetch_data_free,
.poll = fetch_data_poll,
.finalise = fetch_data_finalise
};