aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2013-06-17 07:20:23 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2013-06-17 07:20:23 +0000
commit632082e57dba849dcc2f5e2b75fbb305b62c6059 (patch)
tree0f17861df6558dcd73043ff3a3d096e5af571dad /capture-pcap-util.c
parent17fa61c36ef83e3c7e3215eb768ecc1dda9eeb64 (diff)
Added a missing CFRelease.
svn path=/trunk/; revision=49975
Diffstat (limited to 'capture-pcap-util.c')
-rw-r--r--capture-pcap-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture-pcap-util.c b/capture-pcap-util.c
index 76f85ce631..87d49cf958 100644
--- a/capture-pcap-util.c
+++ b/capture-pcap-util.c
@@ -181,6 +181,7 @@ add_unix_interface_ifinfo(if_info_t *if_info, const char *name,
}
CFRelease(interfaces);
+ CFRelease(name_CFString);
}
#elif defined(__linux__)
/*