Changeset 6648 for trunk/Makefile

Show
Ignore:
Timestamp:
11/05/10 15:16:05 (2 years ago)
Author:
westram
Message:
  • stuffed all direct memory leaks in GB_open/GB_close
    • call gbcm_logout for main-user
    • free dates
    • gb_delete_main_entry -> gb_delete_dummy_father
    • free key data
    • free command hash
    • splitted up gb_delete_entry into GBDATA- and GBCONTAINER-version
    • destroy DB indices when destroying GBCONTAINER
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r6612 r6648  
    15791579        @echo "$(SEP) Running unit tests" 
    15801580        $(MAKE) $(TESTED_UNITS) 
    1581         @echo "All unit tests passed"  
     1581        @echo "$(SEP) All unit tests passed"  
    15821582 
    15831583ut: unit_tests