Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
9cb00999
Commit
9cb00999
authored
Apr 23, 2021
by
Laurent Montel
😁
Browse files
Fix mem leak found by asan
parent
02dedf89
Pipeline
#59376
passed with stage
in 11 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/akonadi-contacts/autotests/contactmetadataattributetest.cpp
View file @
9cb00999
...
...
@@ -41,6 +41,7 @@ void ContactMetaDataAttributeTest::clone()
const
QVariantMap
content2
=
attribute2
->
metaData
();
QVERIFY
(
content1
==
content2
);
delete
attribute2
;
}
void
ContactMetaDataAttributeTest
::
serialization
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment