Changeset 20856
- Timestamp:
- 09/25/07 13:47:47 (1 year ago)
- Files:
-
- juggler/branches/2.2/modules/sonix/snx/sonix.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/sonix/snx/sonix.cpp
r19729 r20856 58 58 sonix::~sonix() 59 59 { 60 // XXX: The Audiere and OpenAL plug-ins exhibit crash-on-exit behavior 61 // when they attempt to clean themselves up. Why this happens is unclear, 62 // but having the following commented out avoids the crash problems. This 63 // definitely needs to be fixed. -PH 9/25/2007 64 /* 60 65 // release the implementation 61 66 if (mImplementation != NULL) … … 69 74 mImplementation = NULL; 70 75 } 76 */ 71 77 } 72 78
