]> git.ipfire.org Git - thirdparty/libsolv.git/commit
fix memory leak caused by commit 1da9bef8 513/head
authorbanjiuqingshan <63209634+banjiuqingshan@users.noreply.github.com>
Wed, 30 Nov 2022 13:39:37 +0000 (21:39 +0800)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2022 13:39:37 +0000 (21:39 +0800)
commiteb94d1c0c750dcdee0e82a8b649c4eae22edd50f
treeffe5fd135b06adc1ebb07acb951e3280e47f5dc3
parent526a931e62b448cc4ee57c751d93e2e8f31d727e
fix memory leak caused by commit 1da9bef8

the memory allocated by map_init in solver_disablechoicerules failed to be released in time.
src/rules.c