Code

filelist: allocate entries with g_slice_alloc()
authorMax Kellermann <max@duempel.org>
Fri, 19 Sep 2008 14:37:06 +0000 (16:37 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 19 Sep 2008 14:37:06 +0000 (16:37 +0200)
commit20b724c08772ecef49b4db36516fc033c7517fa5
tree97acb5df12a47e1f395a612d1f818ba4bc4bf7db
parentc6cdd058cceafeac43ff5f792928d9bf731ca0f8
filelist: allocate entries with g_slice_alloc()

In this case, slices are faster.  Also fix a memory leak in
filelist_prepend() which I simply forgot about in the last patch set.
src/filelist.c