You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Docs/Issues.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,4 @@ In short: users or implementers should be careful about the implicit conversions
22
22
23
23
* The python & ninja build system in place is a medium-term solution. We believe a long-term building solution will come from the Swift Package Manager. However, it can not yet build dynamic libraries nor build mixed-source (C and Swift) projects.
24
24
25
-
* Data pointers normally that are autoreleased such as fileSystemRepresentationWithPath or UTF8String will leak when the data is not returned from an inner value.
25
+
* Data pointers that are normally autoreleased such as fileSystemRepresentationWithPath or UTF8String will leak when the data is not returned from an inner value.
0 commit comments