Changeset 25024

Show
Ignore:
Timestamp:
02/08/10 21:17:31 (1 month ago)
Author:
piotras
Message:

Free unused value. Fix memory leak.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/core/midgard/src/midgard_collector.c

    r25017 r25024  
    940940                                                NULL, 
    941941                                                NULL); 
     942 
     943                                g_value_unset (new_value); 
     944                                g_free (new_value); 
    942945                        } 
    943946