author | Max Kellermann <max@duempel.org> | |
Sun, 30 Nov 2008 16:02:19 +0000 (17:02 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Sun, 30 Nov 2008 16:02:19 +0000 (17:02 +0100) | ||
commit | 7c5f89a52838cfe24b3bff7e384fd17d1a1f5ba2 | |
tree | 406730611572fbe145402062717540fce1e65f8f | tree | snapshot |
parent | 3d1639bf8e50e90ab593dfdec3700760707ce03b | commit | diff |
screen_search: use filelist_new() instead of g_malloc0()
Using the advanced search led to a segmentation fault, because with
g_malloc0(), the filelist's "entries" array was not allocated. Use
the "official" filelist constructor instead.
Using the advanced search led to a segmentation fault, because with
g_malloc0(), the filelist's "entries" array was not allocated. Use
the "official" filelist constructor instead.
src/screen_search.c | diff | blob | history |