1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

mailcap on slave: Fixed memleak.

This commit is contained in:
Witold Filipczyk 2007-07-16 17:09:02 +02:00 committed by Witold Filipczyk
parent 40d3102bc7
commit 8e7daa1a29

View File

@ -750,9 +750,9 @@ get_slave_mailcap(unsigned char *type)
else
*++current = '\0';
shared_mem[4095] = (entry->needsterminal << 1) | (entry->copiousoutput << 0);
done_mailcap(NULL);
}
end:
done_mailcap(NULL);
sem_signal(master_sem);
#endif
}