stefan pushed a commit to branch master.

commit d067c28e74254751edaedda4c2020dbc90d4eaea
Author: Stefan Schmidt <[email protected]>
Date:   Fri Aug 9 10:17:49 2013 +0100

    eet: Add comment about missing break in switch statement
---
 src/lib/eet/eet_node.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/eet/eet_node.c b/src/lib/eet/eet_node.c
index faaa905..dfb2fc1 100644
--- a/src/lib/eet/eet_node.c
+++ b/src/lib/eet/eet_node.c
@@ -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:

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to