mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
clear pageInfo on each load.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24077 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f236aaba9
commit
93e025b9d0
2 changed files with 5 additions and 0 deletions
|
@ -1142,6 +1142,7 @@ static void debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
[dat setLength: 0];
|
||||
RELEASE(document);
|
||||
RELEASE(parser);
|
||||
[pageInfo removeAllObjects];
|
||||
parser = [GSMimeParser new];
|
||||
document = RETAIN([parser mimeDocument]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue