More memory debugging, but what it shows is that deallocation is not happening.

This commit is contained in:
Simon Brooke 2026-04-23 14:45:51 +01:00
parent dd4176e20b
commit 235d455b80
6 changed files with 69 additions and 25 deletions

View file

@ -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;