summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index d5cfc379c1..1944ee9383 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -414,7 +414,7 @@ static void read_viewers_config_init(void)
414 goto out; 414 goto out;
415 415
416 read_config_init(fd); 416 read_config_init(fd);
417 core_shrink(strdup_handle, core_get_data(strdup_handle), strdup_cur_idx); 417 core_shrink(strdup_handle, NULL, strdup_cur_idx);
418 418
419 out: 419 out:
420 close(fd); 420 close(fd);