mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-22 13:28:25 +00:00
Changes codes
1) fixed a bug fixes a code in s3fs.cpp. It freed memory twice because of careless. git-svn-id: http://s3fs.googlecode.com/svn/trunk@484 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
b231081aff
commit
79152325ca
@ -2246,7 +2246,6 @@ static int list_bucket(const char* path, S3ObjList& head, const char* delimiter)
|
||||
truncated = false;
|
||||
}
|
||||
}
|
||||
xmlFreeDoc(doc);
|
||||
S3FS_XMLFREEDOC(doc);
|
||||
|
||||
// reset(initialize) curl object
|
||||
|
Loading…
x
Reference in New Issue
Block a user