Free Some Unfreed Memory
diff --git a/nlsr_npt.c b/nlsr_npt.c
index a986523..00b1c42 100644
--- a/nlsr_npt.c
+++ b/nlsr_npt.c
@@ -1140,6 +1140,7 @@
 	for(i=0;i<npt_element;i++)
 	{
 		ne=e->data;
+		free(ne->orig_router);
 		destroy_name_list(ne->name_list);
 		destroy_face_list(ne->face_list);	
 		hashtb_next(e);