Changeset 25023

Show
Ignore:
Timestamp:
02/08/10 21:16:52 (7 months ago)
Author:
piotras
Message:

Free unused string. Fix memory leak.

Files:

Legend:

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

    r25017 r25023  
    426426                        } 
    427427                } 
    428         } 
    429  
    430         g_free (sections); 
     428 
     429                g_strfreev (sections); 
     430        } 
     431 
    431432        g_free (fname); 
    432433