summaryrefslogtreecommitdiff
path: root/lib/rpmgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmgi.c')
-rw-r--r--lib/rpmgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmgi.c b/lib/rpmgi.c
index afc1c4916..1b2de8ad5 100644
--- a/lib/rpmgi.c
+++ b/lib/rpmgi.c
@@ -50,7 +50,7 @@ static FD_t rpmgiOpen(const char * path, const char * fmode)
if (fd != NULL) (void) Fclose(fd);
fd = NULL;
}
- fn = _free(fn);
+ free(fn);
return fd;
}