Index: runtime/bin/socket.h |
diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h |
index e7646dab21fcbba0ca4d78c607d15b59bdafcd1d..559305c1ecb6fee33cc70c2502a83c67059f0006 100644 |
--- a/runtime/bin/socket.h |
+++ b/runtime/bin/socket.h |
@@ -189,7 +189,6 @@ class InterfaceSocketAddress { |
~InterfaceSocketAddress() { |
delete socket_address_; |
- free(const_cast<char*>(interface_name_)); |
} |
SocketAddress* socket_address() const { return socket_address_; } |