wininet: The URL in CommitUrlCacheEntryInternal shouldn't be restricted to MAX_PATH...
commitfee165ae47781e1a1ff9f6bbb4f56166c2d5c43b
authorRob Shearman <rob@codeweavers.com>
Wed, 12 Mar 2008 16:40:58 +0000 (12 16:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Mar 2008 16:58:31 +0000 (12 17:58 +0100)
tree7ecf38d543f0fa2cdaa3074796f14f0045494879
parentcdd135c2f3024835192d7fef55e3a0e9e2bbfd73
wininet: The URL in CommitUrlCacheEntryInternal shouldn't be restricted to MAX_PATH chars in length.

Dynamically allocate it and consolidate cleanup at the end of the function.
dlls/wininet/urlcache.c