eet: Add comment about missing break in switch statement

This commit is contained in:
Stefan Schmidt 2013-08-09 10:17:49 +01:00
parent e811036199
commit d067c28e74
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ eet_node_del(Eet_Node *n)
{
case EET_G_HASH:
eina_stringshare_del(n->key);
/* No break here as we want it to fall through and free the resources */
case EET_G_UNKNOWN:
case EET_G_VAR_ARRAY: