Skip to content

Fix a memory leak on the error path in XpGetLocaleNetString

Adam Jackson requested to merge memory-leak into master

After Data() we own the pointer again, so we can just free it before getting the reply.

Signed-off-by: Adam Jackson ajax@redhat.com

Merge request reports