diff options
author | root <devnull@localhost> | 1996-02-15 16:21:48 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-02-15 16:21:48 +0000 |
commit | 4ffe1c93696296120d1536a77dcf8d6aabca42ca (patch) | |
tree | 0dd1098243add6e31fc811b7d82c46dd3787e8b8 /rpm.c | |
parent | 030a88838a5c2ed2d4e0807edb3a01c96557deb5 (diff) | |
download | rpm-4ffe1c93696296120d1536a77dcf8d6aabca42ca.tar.gz rpm-4ffe1c93696296120d1536a77dcf8d6aabca42ca.tar.bz2 rpm-4ffe1c93696296120d1536a77dcf8d6aabca42ca.zip |
free the spec file when done
CVS patchset: 280
CVS date: 1996/02/15 16:21:48
Diffstat (limited to 'rpm.c')
-rwxr-xr-x | rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ void build(char * arg, int buildAmount) { fprintf(stderr, "Build failed.\n"); } } - + freeSpec(specfile); fclose(f); } |