Skip to content

java utils: avoid memory leak

Pavel Shlyak requested to merge shlyakpavel/file-roller:patch-1 into master

g_strndup allocated the memory for the second time without releasing it I understand my way of fixing the issue is not perfect so I'd love to hear your suggestions on it

Merge request reports