1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/session
Miciah Dashiel Butler Masters e37caa01ec exec_later: use mem_calloc instead of calloc
Before this change, exec_later allocates memory for the struct exec_mailcap
structure using calloc.  However, the memory is freed in
exec_mailcap_command using mem_free.  Change exec_later to use mem_calloc
instead of calloc.

Unless CONFIG_FASTMEM is used, mem_free expects to find debugging metadata
that only the mem_alloc family of functions store, and thus using mem_free
on the memory allocated using calloc causes a crash.
2011-11-15 20:14:14 +00:00
..
download.c exec_later: use mem_calloc instead of calloc 2011-11-15 20:14:14 +00:00
download.h Handle mailcap's copiousoutput without an external pager. 2010-07-24 17:07:18 +02:00
history.c Check session- and domain-specific settings for many options 2007-08-30 21:11:51 +00:00
history.h Doxygenate src/session/ 2007-07-27 09:55:40 +03:00
location.c Doxygen: @relates 2007-07-27 14:14:00 +03:00
location.h Doxygen: @relates 2007-07-27 14:14:00 +03:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
session.c SMJS: add session object 2011-11-14 04:34:51 +00:00
session.h SMJS: add session object 2011-11-14 04:34:51 +00:00
task.c SMJS: add session object 2011-11-14 04:34:51 +00:00
task.h Bug 765: use ses_load to load old tab's document 2009-05-27 22:15:23 +03:00