summaryrefslogtreecommitdiff
path: root/src/extractors/haokan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extractors/haokan.c')
-rw-r--r--src/extractors/haokan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extractors/haokan.c b/src/extractors/haokan.c
index f289c3e..e2a8aef 100644
--- a/src/extractors/haokan.c
+++ b/src/extractors/haokan.c
@@ -38,8 +38,8 @@ void haokan_extract(Options *options) {
end:
free_str_array(&results);
- free_and_nullify(filename);
- free_and_nullify(videoURL);
+ free_and_nullify((void **)&filename);
+ free_and_nullify((void **)&videoURL);
return;
}
free_str_array(&results);