mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- fixed a bunch of memory leaks that will hopefully mean less overall memory requirements.
This commit is contained in:
@@ -133,6 +133,7 @@ public:
|
||||
|
||||
static CURL *initHTTP();
|
||||
static void cleanupHTTP(CURL **handle,bool globalCleanup=false);
|
||||
static void globalCleanupHTTP();
|
||||
|
||||
static bool getThreadedLoggerRunning();
|
||||
static std::size_t getLogEntryBufferCount();
|
||||
|
Reference in New Issue
Block a user