We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8fb88b + fe08514 commit 40be9a0Copy full SHA for 40be9a0
darshan-util/pydarshan/darshan/backend/cffi_backend.py
@@ -178,6 +178,7 @@ def log_get_mounts(log):
178
for i in range(0, cnt[0]):
179
mntlst.append((ffi.string(mnts[0][i].mnt_path).decode("utf-8"),
180
ffi.string(mnts[0][i].mnt_type).decode("utf-8")))
181
+ libdutil.darshan_free(mnts[0])
182
183
return mntlst
184
0 commit comments