Changeset 3f81999 for lib/ini.c


Ignore:
Timestamp:
2010-06-03T10:31:46Z (14 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
5f8ab6a9
Parents:
fc34fb5 (diff), 2e44b1f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge in bitlbee 1.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ini.c

    rfc34fb5 r3f81999  
    4343                ini->cur = ini->file;
    4444                ini->c_section = "";
     45               
     46                close( fd );
     47               
    4548                return ini;
    4649        }
    47        
    48         g_free( ini );
     50
    4951        if( fd >= 0 )
    5052                close( fd );
     53       
     54        ini_close( ini );
    5155
    5256        return NULL;
Note: See TracChangeset for help on using the changeset viewer.