Ignore:
Timestamp:
02/22/09 18:22:59 (15 years ago)
Author:
tim
Message:

integrated talloc into range_list

fixed some uninitialized structure values in the winsec library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup-recover.c

    r147 r148  
    2323#include <stdlib.h>
    2424
     25#include "talloc.h"
    2526#include "regfi.h"
    2627#include "range_list.h"
     
    684685          return 20;
    685686        }
     687        talloc_steal(unalloc_sks, sk);
    686688        j+=sk->cell_size-8;
    687689      }
     
    908910  }
    909911
     912  range_list_free(unalloc_cells);
     913  range_list_free(unalloc_keys);
     914  range_list_free(unalloc_linked_values);
     915  range_list_free(unalloc_values);
     916  range_list_free(unalloc_sks);
     917
    910918  return 0;
    911919}
Note: See TracChangeset for help on using the changeset viewer.