PDFDoc::setDocInfoStringEntry(): free empty value string

Normally the ownership of value is passed on to the Object class. In case value
is an empty string, it doesn't happen, so we have to free it in order to have
a uniform behaviour managing memory and not to introduce memory leaks.
1 file changed