David Turner
ec885e5665
SCUMM: Fix Valgrind mismatched delete errors in SMUSH channel base class.
...
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
2011-01-30 16:50:55 +00:00
..
2011-01-25 14:12:45 +00:00
2010-12-01 23:55:10 +00:00
2010-11-23 22:25:10 +00:00
2010-10-24 13:04:33 +00:00
2011-01-30 16:50:55 +00:00
2010-12-28 06:05:57 +00:00
2010-10-26 04:20:20 +00:00
2010-10-23 15:46:50 +00:00
2010-11-01 21:37:47 +00:00
2011-01-30 14:53:47 +00:00
2011-01-16 20:24:58 +00:00
2010-11-05 00:36:23 +00:00
2010-11-01 21:37:47 +00:00
2010-10-10 14:22:10 +00:00
2010-12-07 18:54:21 +00:00
2010-12-07 18:54:21 +00:00
2010-10-23 06:27:16 +00:00
2011-01-28 12:35:20 +00:00
2010-11-16 10:19:01 +00:00
2010-09-13 23:35:55 +00:00
2010-11-23 22:25:36 +00:00
2010-11-23 22:25:36 +00:00
2010-11-23 22:25:36 +00:00
2010-11-23 22:25:36 +00:00
2010-10-05 19:04:52 +00:00
2010-11-05 00:36:23 +00:00
2010-10-05 19:04:52 +00:00
2010-11-28 19:23:02 +00:00
2010-11-16 10:19:01 +00:00
2010-10-25 16:42:24 +00:00
2010-10-25 08:03:55 +00:00
2010-11-17 12:22:08 +00:00
2010-10-25 16:42:24 +00:00
2010-10-23 15:46:50 +00:00
2010-08-17 11:02:27 +00:00
2010-10-10 10:26:49 +00:00
2010-10-09 01:36:38 +00:00
2011-01-02 14:06:42 +00:00
2010-10-25 16:42:24 +00:00
2010-10-25 16:42:24 +00:00
2010-10-25 16:42:24 +00:00
2010-10-25 16:42:24 +00:00
2010-10-25 16:42:24 +00:00
2010-11-01 21:37:47 +00:00
2010-10-18 18:55:24 +00:00
2010-10-05 19:04:52 +00:00
2010-11-19 17:03:07 +00:00
2010-10-26 04:20:20 +00:00
2010-10-25 08:26:21 +00:00
2010-12-02 00:27:46 +00:00
2010-08-16 19:58:01 +00:00
2010-10-05 19:04:52 +00:00
2010-12-11 23:51:50 +00:00
2011-01-02 14:06:42 +00:00
2010-11-01 21:37:47 +00:00
2010-11-01 21:37:47 +00:00
2010-09-18 14:18:48 +00:00
2010-09-18 14:31:21 +00:00
2010-08-16 19:58:01 +00:00
2010-10-18 00:43:49 +00:00
2010-11-16 10:19:01 +00:00
2010-12-02 00:27:26 +00:00
2010-11-19 17:03:07 +00:00
2010-09-18 14:18:48 +00:00
2010-12-28 06:05:57 +00:00
2011-01-02 14:06:42 +00:00
2010-10-25 08:26:21 +00:00