osx.c: try to eliminate invalid free of an uninitialized structure. untabify various drivers and get this more in-sync with gnu_linux.c driver.

This commit is contained in:
R. Bernstein
2012-04-28 23:38:11 -04:00
parent f8ab393842
commit 37cca69f1d
7 changed files with 454 additions and 431 deletions

View File

@@ -1520,6 +1520,7 @@ cdio_open_os2 (const char *psz_orig_source)
return ret;
else {
free_os2 (_data);
free(ret);
return NULL;
}
#else