ES-DE/es-core
Jesper Ek 1e320b7718 Fixes two memory leaks, which caused the scraper to crash after a while. I believe this fixes #180.
Fixes #352 (duplicate).
Fixes #362 (duplicate).

The destructor for AsyncHandle needs to be virtual as its subclasses are
allocated dynamically. I believe this caused the ImageDownloadHandle and its
related resources (such as the HttpReq and its contents) not to be freed
correctly.
2015-02-09 23:23:36 +01:00
..
src Fixes two memory leaks, which caused the scraper to crash after a while. I believe this fixes #180. 2015-02-09 23:23:36 +01:00
CMakeLists.txt Renamed folders to match their projects properly. 2014-06-20 20:03:05 -05:00