Fix possible memory leak
[claws.git] / src / plugins / litehtml_viewer / http.cpp
2019-02-12 Michael RasmussenFix possible memory leak
2019-02-12 Andrej KacianMake Litehtml's curl writefunction add data directly...
2019-02-12 Andrej KacianMake Litehtml's curl write function a regular function...
2019-02-12 Andrej KacianFix a memory leak in Litehtml plugin's http loader
2019-02-12 Michael RasmussenRefactor http class to prevent memory leak
2019-02-12 Michael RasmussenNo need to configure CURLOPT_WRITEFUNCTION twice
2019-02-12 Andrej KacianUse debug_print() and g_warning() instead of g_log...
2019-02-12 Michael RasmussenProper fix for memory leak
2019-02-12 Michael RasmussenFix memory leak
2019-02-12 Michael RasmussenDo not use G_LOG_LEVEL_ERROR. Makes claws crash
2019-02-12 Michael RasmussenFix missing includes
2019-02-12 Michael RasmussenI am tired ;-)
2019-02-12 Michael RasmussenCleaner code a fix memory leak
2019-02-12 Michael RasmussenRefactor image loading to a separate class. Add depende...