Mercurial > audlegacy
changeset 2070:6a2d368a88de trunk
[svn] - don't free the VFS handle here, just our private handle.
author | nenolod |
---|---|
date | Fri, 08 Dec 2006 03:26:45 -0800 |
parents | 5bc48557acbb |
children | b9c6f1305c99 |
files | ChangeLog libaudacious/vfs_buffer.c |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 08 02:26:36 2006 -0800 +++ b/ChangeLog Fri Dec 08 03:26:45 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-08 10:26:36 +0000 William Pitcock <nenolod@nenolod.net> + revision [3141] + - make sure handle->base is a constpointer. + + trunk/libaudacious/vfs_buffer.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-12-08 10:25:20 +0000 William Pitcock <nenolod@nenolod.net> revision [3139] - add VFSBuffer, equivilant to fmemopen().