Fixed small memory corruption.

This commit is contained in:
Marcus Meissner 1999-06-13 08:32:27 +00:00 committed by Alexandre Julliard
parent 857eb39206
commit 352c939737

View file

@ -1161,7 +1161,8 @@ DWORD MCI_Open(DWORD dwParam, LPMCI_OPEN_PARMSA lpParms)
/* FIXME is there any memory leak here ? */
MCI_GetOpenDrv(wDevID)->lpstrAlias = strdup(lpParms->lpstrAlias);
/* mplayer does allocate alias to CDAUDIO */
}
} else
MCI_GetOpenDrv(wDevID)->lpstrAlias = NULL;
if (dwParam & MCI_OPEN_TYPE) {
if (dwParam & MCI_OPEN_TYPE_ID) {
#if 0