Mercurial > almixer_isolated
log
age | author | description |
---|---|---|
Thu, 28 Apr 2011 16:22:30 -0700 | Eric Wing | Added support files. |
Mon, 11 Apr 2011 17:19:24 -0700 | Eric Wing | Fixed memory leak in Quit due to changes related to background thread removal. FreeData was quick escaping because it checked for ALmixer_Initialized which is now false by the time the code is reached. |
Thu, 07 Apr 2011 19:19:07 -0700 | Eric Wing | Moved two variable declarations to the top to make old C89/90 compilers happy. |
Wed, 06 Apr 2011 14:54:09 -0700 | Eric Wing | Bug fix for starvation problem due to for-loop using uninitialized variable. |
Mon, 04 Apr 2011 15:57:22 -0700 | Eric Wing | Fixed for omitted return value. |
Fri, 01 Apr 2011 17:39:32 -0700 | Eric Wing |
Fixed infinite loop bug for delete. |