about summary refs log tree commit diff stats
path: root/src/command/cmd_ac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_ac.c')
-rw-r--r--src/command/cmd_ac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index 6cb7b1a1..6bab07ce 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -1624,6 +1624,7 @@ _bookmark_autocomplete(ProfWin *window, const char *const input)
                 return found;
             }
         }
+        g_string_free(beginning, TRUE);
     }
 
     g_strfreev(args);