Codebase list i3-gaps / a8b9031
i3-config-wizard: fix small memleak Orestis Floros 5 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
292292 }
293293 sasprintf(&res, "bindsym %s%s%s %s%s\n", (modifiers == NULL ? "" : modrep), (modifiers == NULL ? "" : "+"), str, (release == NULL ? "" : release), get_string("command"));
294294 clear_stack();
295 free(modrep);
295296 return res;
296297 }
297298