Get rid of our own int32 type in favor of the standard int32_t type.
[pspp] / src / data / any-reader.c
index 876d7fa56b4059ad1028d1ed0783b63d8e9230da..df37c8ea470afb8f8be68fbf028d50854cc96f2f 100644 (file)
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "message.h"
+#include <libpspp/message.h>
 #include "file-handle-def.h"
 #include "filename.h"
 #include "por-file-reader.h"
 #include "sys-file-reader.h"
-#include "str.h"
+#include <libpspp/str.h>
 #include "scratch-reader.h"
 #include "xalloc.h"
 
@@ -204,4 +204,6 @@ any_reader_close (struct any_reader *reader)
     default:
       abort ();
     }
+
+  free (reader);
 }