Update from 1.0.0-stable.
This commit is contained in:
parent
34d01a3b20
commit
526228b78e
1 changed files with 3 additions and 0 deletions
|
@ -347,6 +347,7 @@ static struct file_st *win32_splitter(DSO *dso, const char *filename,
|
|||
DSOerr(DSO_F_WIN32_SPLITTER,
|
||||
DSO_R_INCORRECT_FILE_SYNTAX);
|
||||
/*goto err;*/
|
||||
OPENSSL_free(result);
|
||||
return(NULL);
|
||||
}
|
||||
result->device = start;
|
||||
|
@ -613,6 +614,8 @@ static char *win32_merger(DSO *dso, const char *filespec1, const char *filespec2
|
|||
|
||||
merged = win32_joiner(dso, filespec1_split);
|
||||
}
|
||||
OPENSSL_free(filespec1_split);
|
||||
OPENSSL_free(filespec2_split);
|
||||
return(merged);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue