- Timestamp:
- 03/25/11 11:48:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup.c
r206 r213 406 406 if(cur != root) 407 407 { 408 regfi_free_record(cur); 408 409 /* We're done with this sub-tree, going up and hitting other branches. */ 409 410 if(!regfi_iterator_up(iter)) … … 429 430 * Let's move down and print this first sub-tree out. 430 431 */ 432 regfi_free_record(cur); 431 433 if(!regfi_iterator_down(iter)) 432 434 { … … 443 445 printMsgs(iter->f); 444 446 } while(!((cur == root) && (sub == NULL))); 447 regfi_free_record(root); 445 448 446 449 if(print_verbose)
Note: See TracChangeset
for help on using the changeset viewer.