Age | Commit message (Collapse) | Author |
|
This reverts commit d6f7e5933657e2e6fcbd1accf9f8a4b77454daec, and
marks the issue with a FIXME. The problem is that it not only skips the malloc,
but also the other code in that block.
|
|
|
|
|
|
Some backends may break as I only compiled SDL
|
|
This was due to the SMUSH channel base class using new/delete to manage buffer, but the imuse_channel and saud_channel classes which subclass and override this using malloc/free.
The more C++ solution of moving all to new/delete was tried, but the buffer is passed into a MemoryReadStream and free()'d there, so all classes have been moved to malloc/free instead.
This is not a critical problem as the buffers are byte primitive type anyway.
svn-id: r55660
|
|
svn-id: r31929
|
|
svn-id: r31927
|
|
been updated.
svn-id: r28966
|
|
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
|
svn-id: r24538
|