~thestr4ng3r/heir

48452f94e0d4a277099bd807165d5a92c96a981d — Florian Märkl 4 years ago 3adfbc4
Close IPC
1 files changed, 3 insertions(+), 0 deletions(-)

M heir.c
M heir.c => heir.c +3 -0
@@ 129,6 129,9 @@ int main(int argc, const char *argv[])
	if(!resp)
		run();
	char *title = focused_title(resp);
	free(resp);
	close(fd);
	free(sockpath);
	if(!title)
		run();
	char *path = path_from_title(title);