We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78165a6 commit 1654abaCopy full SHA for 1654aba
gssapi/raw/names.pyx
@@ -235,6 +235,7 @@ def export_name(Name name not None):
235
# force conversion to a python string with the specified length
236
# (we use the slice to tell cython that we know the length already)
237
res = exported_name.value[:exported_name.length]
238
+ gss_release_buffer(&min_stat, &exported_name)
239
return res
240
else:
241
raise GSSError(maj_stat, min_stat)
0 commit comments