mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
fix(MainDb): avoid xml copy in extractFileContentType
This commit is contained in:
parent
f1dbb519ad
commit
c0f5d97a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1069,7 +1069,7 @@ void MainDbPrivate::importLegacyFriends (DbSession &inDbSession) {
|
|||
};
|
||||
}
|
||||
|
||||
static string extractFileContentType(string xml) {
|
||||
static string extractFileContentType (const string &xml) {
|
||||
string contentTypeString;
|
||||
xmlDocPtr xmlMessageBody;
|
||||
xmlNodePtr cur;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue