]> git.wh0rd.org Git - nano.git/commitdiff
No longer freeing any existing functions -- they are defined only once.
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 4 Jan 2016 09:44:35 +0000 (09:44 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Mon, 4 Jan 2016 09:44:35 +0000 (09:44 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5529 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/global.c

index a74c550df7b3f0bc76362f29aac833fc9f4d7ae6..763a5716a531859566558de61bc96a91ff75550e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-04  Benno Schulenberg  <bensberg@justemail.net>
+       * src/global.c (shortcut_init): Nowadays the functions are defined
+       only once, so there is no longer any need to free existing ones.
+
 2016-01-04  Mike Frysinger  <vapier@gentoo.org>
        * src/global.c (strtosc, strtomenu): Constify the input parameter.
 
index 8839316a18411131683a197b5bf6c9b8e976e8be..4a41659abb799f601e898f0abd7c0cc08d2a2f90 100644 (file)
@@ -663,12 +663,6 @@ void shortcut_init(void)
 #define IFSCHELP(help) ""
 #endif
 
-    while (allfuncs != NULL) {
-       subnfunc *f = allfuncs;
-       allfuncs = allfuncs->next;
-       free(f);
-    }
-
     /* Start populating the different menus with functions. */
 
     add_to_funcs(do_help_void, MMOST,