formatting fix

SVN revision: 27541
This commit is contained in:
rephorm 2006-12-21 14:10:21 +00:00 committed by rephorm
parent 042292849b
commit b738c80305
1 changed files with 4 additions and 4 deletions

View File

@ -1036,10 +1036,10 @@ _ecore_desktop_menu_unxml_moves(Ecore_Desktop_Tree * menu,
ecore_desktop_tree_extend(menu, temp);
}
if (old) free(old);
old = NULL;
if (new) free(new);
new = NULL;
if (old) free(old);
old = NULL;
if (new) free(new);
new = NULL;
}
}