url: fix double free from late libfetch changes

cute-signatures
Timo Teräs 2014-10-08 15:28:51 +03:00
parent 32627939f5
commit 275dd16c42
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ static struct apk_istream *apk_istream_fetch(const char *url, time_t since)
.is.close = fetch_close,
.fetchIO = io,
};
fetchFreeURL(u);
return &fis->is;
err: