diff options
author | Chris Lumens <clumens@redhat.com> | 2008-01-09 17:16:04 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-01-09 17:16:04 -0500 |
commit | e84704f97653f7920837cf821669121c12d99fae (patch) | |
tree | a9c48a7bad9ccf8ae92620756be989d6977a5465 /loader2/urls.c | |
parent | a3323106891a060d0da10afed93af155d1ad4488 (diff) | |
download | anaconda-e84704f97653f7920837cf821669121c12d99fae.tar.gz anaconda-e84704f97653f7920837cf821669121c12d99fae.tar.xz anaconda-e84704f97653f7920837cf821669121c12d99fae.zip |
Don't double free buf.
Diffstat (limited to 'loader2/urls.c')
-rw-r--r-- | loader2/urls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/loader2/urls.c b/loader2/urls.c index f7d2ada44..9344d3224 100644 --- a/loader2/urls.c +++ b/loader2/urls.c @@ -348,8 +348,6 @@ int urlMainSetupPanel(struct iurlinfo * ui, char * doSecondarySetup) { break; } while (1); - free(buf); - if (answer == cancel) { newtFormDestroy(form); newtPopWindow(); |