More memory debugging, but what it shows is that deallocation is not happening.
This commit is contained in:
parent
dd4176e20b
commit
235d455b80
6 changed files with 69 additions and 25 deletions
|
|
@ -10,18 +10,17 @@
|
|||
|
||||
#ifndef __psse_io_io_h
|
||||
#define __psse_io_io_h
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <curl/curl.h>
|
||||
|
||||
/*
|
||||
* wide characters
|
||||
*/
|
||||
#include <uchar.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
||||
#include "io/fopen.h"
|
||||
#include "memory/pointer.h"
|
||||
#include "memory/pso2.h"
|
||||
#include "memory/pso4.h"
|
||||
|
||||
extern CURLSH *io_share;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue