Added call to dict_free(). valgrind now shows no leaks
authoraland <aland>
Wed, 14 Feb 2007 09:40:16 +0000 (09:40 +0000)
committeraland <aland>
Wed, 14 Feb 2007 09:40:16 +0000 (09:40 +0000)
src/main/radclient.c

index eb9aeb4..b059581 100644 (file)
@@ -1187,6 +1187,7 @@ int main(int argc, char **argv)
 
        rbtree_free(filename_tree);
        lrad_packet_list_free(pl);
+       dict_free();
 
        if (do_summary) {
                printf("\n\t   Total approved auths:  %d\n", totalapp);