]> git.meshlink.io Git - meshlink/blobdiff - src/top.c
Free ECDSA and RSA structures when freeing a connection_t.
[meshlink] / src / top.c
index 5a9edb0828a9e3d982fa01780fb96d6e72cbc601..f14395e23872a926eeee0da656cb5eebb7ceaae8 100644 (file)
--- a/src/top.c
+++ b/src/top.c
@@ -305,7 +305,6 @@ void top(int fd) {
                                  scale = 1e-9;
                                  break;
                        case 'q':
-                       case 27:
                        case KEY_BREAK:
                                running = false;
                                break;