summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2013-04-04 22:20:33 +0000
committerRoy Marples <roy@marples.name>2013-04-04 22:20:33 +0000
commitdc934496379cc795f28c5e83ca671383877b82f2 (patch)
treee8838553190dde9ecb5cd30850fa19b47080b436
parent3c06933ca0307cac2479dede621a0dbcfefd2ba3 (diff)
downloaddhcpcd-dc934496379cc795f28c5e83ca671383877b82f2.tar.xz
Fix a memory leak
-rw-r--r--ipv6rs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipv6rs.c b/ipv6rs.c
index c6b4102a..e7c9b46a 100644
--- a/ipv6rs.c
+++ b/ipv6rs.c
@@ -743,6 +743,7 @@ ipv6rs_handledata(_unused void *arg)
free(rao->option);
free(rao);
}
+ free(opt);
continue;
}