summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoradevries <devnull@localhost>1998-07-29 00:57:09 +0000
committeradevries <devnull@localhost>1998-07-29 00:57:09 +0000
commit49059ccc58ab090f18da19ff724d0b6a3d6a1e12 (patch)
tree9733c4568d96418fef05d65b6676bcaafae947ba /lib
parent8438ce1cd7875c57e54a666f8eb23039f0b307c9 (diff)
downloadlibrpm-tizen-49059ccc58ab090f18da19ff724d0b6a3d6a1e12.tar.gz
librpm-tizen-49059ccc58ab090f18da19ff724d0b6a3d6a1e12.tar.bz2
librpm-tizen-49059ccc58ab090f18da19ff724d0b6a3d6a1e12.zip
Woops!
fixed it so on free(), it doesn't segfault. - CVS patchset: 2199 CVS date: 1998/07/29 00:57:09
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmrc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c
index 2db98f9aa..0af51c632 100644
--- a/lib/rpmrc.c
+++ b/lib/rpmrc.c
@@ -616,7 +616,6 @@ static int doReadRC(int fd, char * filename) {
if (fdinclude >= 0) {
doReadRC(fdinclude,filetoinclude);
close(fd);
- free(filetoinclude);
} else {
rpmError(RPMERR_RPMRC,
_("included file %s at %s:%d cannot be opened"),