fixed
authorVladimir Nadvornik <nadvornik@suse.cz>
Mon, 21 Jul 2008 21:38:26 +0000 (21:38 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Mon, 21 Jul 2008 21:38:26 +0000 (21:38 +0000)
http://sourceforge.net/tracker/index.php?func=detail&aid=2019012&group_id=222125&atid=1054680

src/search.c

index bbe74ee..b52fff5 100644 (file)
@@ -2022,7 +2022,7 @@ static void search_start(SearchData *sd)
 
        if (sd->search_dir_fd)
                {
-               sd->search_folder_list = g_list_prepend(sd->search_folder_list, sd->search_dir_fd);
+               sd->search_folder_list = g_list_prepend(sd->search_folder_list, file_data_ref(sd->search_dir_fd));
                }
 
        if (!sd->search_name_match_case)