diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-03 05:42:39 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-03 05:42:39 +0000 |
commit | c85beefd3a445d56a59c3b38426cec3986746446 (patch) | |
tree | 31184c91554a7ea2c99fd5db7f76bbc301348420 /updater/xmldata.cpp | |
parent | 738d3aedb9eca3f49e96f096dcc7a5f55a83e371 (diff) |
Fixed Updates in some cases
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@579 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/xmldata.cpp')
-rw-r--r-- | updater/xmldata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/xmldata.cpp b/updater/xmldata.cpp index 02017d7..5a7aed4 100644 --- a/updater/xmldata.cpp +++ b/updater/xmldata.cpp @@ -265,7 +265,7 @@ bool UpdateXMLData(const Category cat, const char *redirect_url /*= 0*/, int rec req.flags |= NLHRF_PERSISTENT | NLHRF_REDIRECT;
NETLIBHTTPREQUEST *resp = (NETLIBHTTPREQUEST *)CallService(MS_NETLIB_HTTPTRANSACTION, (WPARAM)hNetlibUser, (LPARAM)&req);
- if (etag_hdr.szValue) free(etag_hdr.szValue);
+ free(etag_hdr.szValue);
if (!resp)
{
|