Changeset 1344
- Timestamp:
- 02/18/08 03:36:54 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/src/hostapi/asio/pa_asio.cpp
r1343 r1344 1341 1341 1342 1342 delete asioHostApi->asioDrivers; 1343 asioDrivers = asioHostApi->asioDrivers; /* keep SDK global in sync until we stop depending on it */1343 asioDrivers = 0; /* keep SDK global in sync until we stop depending on it */ 1344 1344 1345 1345 PaUtil_FreeMemory( asioHostApi ); … … 1365 1365 1366 1366 delete asioHostApi->asioDrivers; /* calls CoUninitialize() */ 1367 asioDrivers = asioHostApi->asioDrivers; /* keep SDK global in sync until we stop depending on it */1367 asioDrivers = 0; /* keep SDK global in sync until we stop depending on it */ 1368 1368 1369 1369 PaUtil_FreeMemory( asioHostApi );
