-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory leaks #157
Comments
Thanks for letting me know. However I can not reproduce it for now.
Thanks |
I realize this is an old issue at this point, but I am experiencing this as well with 5.2.7. It happens for me after calling It seems |
@bfichter |
Description:
I'm getting memory leaks here:
0 libsystem_malloc.dylib malloc_zone_malloc
1 libsystem_malloc.dylib malloc
2 libxml2.2.dylib xmlStrndup
3 libxml2.2.dylib xmlSplitQName
4 libxml2.2.dylib xmlSAX2StartElement
5 libxml2.2.dylib htmlParseStartTag
6 libxml2.2.dylib htmlParseContentInternal
7 libxml2.2.dylib htmlParseDocument
8 libxml2.2.dylib htmlDoRead
9 Kanna specialized libxmlXMLDocument.init(xml:url:encoding:option:)
10 Kanna specialized libxmlHTMLDocument.init(html:url:encoding:option:)
11 Kanna libxmlHTMLDocument.init(html:url:encoding:option:) /Users/.../Pods/Kanna/Sources/Kanna/Kanna.swift:0
12 Kanna libxmlHTMLDocument.__allocating_init(html:url:encoding:option:) /Users/.../Pods/Kanna/Sources/Kanna/Kanna.swift:0
13 Kanna HTML(html:encoding:option:) /Users/.../Pods/Kanna/Sources/Kanna/Kanna.swift:125
Installation method:
Library version:
Xcode version:
The text was updated successfully, but these errors were encountered: