diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-08 11:47:56 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-08 11:47:56 -0400 |
| commit | 33e9108b92a73782e271852c6b438c2937706fbe (patch) | |
| tree | 8e78e8aeff5cdf87679bbf99f86e1a3fd2ecdee0 /python/__init__.py | |
| parent | 9aa5359a82e3a9ecf27355c3dba1c2453897db68 (diff) | |
remove spurious freestring from coreversion initializer
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index 2e6857f9..59549b85 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -151,7 +151,6 @@ class CoreVersionInfo: self.build = core_version_info.build if core_version_info.channel is not None: self.channel = core_version_info.channel - core.BNFreeString(core_version_info.channel) else: self.major = major if minor is not None: |
