Skip to content

Commit 33e9108

Browse files
committed
remove spurious freestring from coreversion initializer
1 parent 9aa5359 commit 33e9108

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def __init__(self, major, minor = None, build = None, channel = None):
151151
self.build = core_version_info.build
152152
if core_version_info.channel is not None:
153153
self.channel = core_version_info.channel
154-
core.BNFreeString(core_version_info.channel)
155154
else:
156155
self.major = major
157156
if minor is not None:

0 commit comments

Comments
 (0)