Codebase list cinnamon-menus / 52e47cd
entry-directories: Fix unref Jasper St. Pierre authored 10 years ago Clement Lefebvre committed 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
178178 static void
179179 cached_dir_unref (CachedDir *dir)
180180 {
181 if (--dir->references)
181 if (--dir->references == 0)
182182 {
183183 CachedDir *parent;
184184