summaryrefslogtreecommitdiff
path: root/base/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/error.c')
-rw-r--r--base/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/error.c b/base/error.c
index b00157e3..df795192 100644
--- a/base/error.c
+++ b/base/error.c
@@ -57,7 +57,7 @@ fz_throw0(const char *func, const char *file, int line, char *fmt, ...)
}
void
-fz_freeerror(fz_error *eo)
+fz_droperror(fz_error *eo)
{
if (!eo->frozen)
fz_free(eo);