mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 02:05:13 +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;
|
truncated = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
xmlFreeDoc(doc);
|
|
||||||
S3FS_XMLFREEDOC(doc);
|
S3FS_XMLFREEDOC(doc);
|
||||||
|
|
||||||
// reset(initialize) curl object
|
// reset(initialize) curl object
|
||||||
|
Loading…
Reference in New Issue
Block a user