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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
kdb meta set spec:/tests/set mountpoint /tmp/spec.ni
kdb meta set spec:/tests/set/some/testKey1 type unsigned_short
kdb spec-mount /tests/set
kdb set -f user:/tests/set/some/testKey1 -5
# causes it
kdb validate user:/tests/set/some
Looks like the variables are not freed properly in case of an error:
Steps to Reproduce the Problem
Looks like the variables are not freed properly in case of an error:
https://github.com/ElektraInitiative/libelektra/blob/d8a5905ad3073934d0dc56f508bed0bb6012b996/src/libs/elektra/kdb.c#L1928-L1946C3?plain=1
Expected Result
no memory leak
Actual Result
memory leak
System Information
valgrind-3.21.0
Further Log Files and Output
The text was updated successfully, but these errors were encountered: