diff options
author | adevries <devnull@localhost> | 1998-07-29 00:57:09 +0000 |
---|---|---|
committer | adevries <devnull@localhost> | 1998-07-29 00:57:09 +0000 |
commit | 49059ccc58ab090f18da19ff724d0b6a3d6a1e12 (patch) | |
tree | 9733c4568d96418fef05d65b6676bcaafae947ba /lib | |
parent | 8438ce1cd7875c57e54a666f8eb23039f0b307c9 (diff) | |
download | librpm-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.c | 1 |
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"), |