mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtHelp: Cov 88890 and 88294
This commit is contained in:
parent
b4c10b4d63
commit
027bc031fd
1 changed files with 3 additions and 0 deletions
|
@ -510,6 +510,9 @@ static Boolean GetVolumeInfoCB (
|
|||
*ret_docId = locDocId ? locDocId : XtNewString(&empty);
|
||||
if (ret_timeStamp)
|
||||
*ret_timeStamp = locTimeStamp?locTimeStamp:XtNewString(&empty);
|
||||
|
||||
free(locDocId);
|
||||
free(locTimeStamp);
|
||||
}
|
||||
|
||||
if (ret_nameKey)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue