mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
mailcap on slave: Fixed memleak.
This commit is contained in:
parent
40d3102bc7
commit
8e7daa1a29
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user