Fix for crash on Win32.

Need to address the underlying problem, for now this is just a quick fix.
This commit is contained in:
Shamus Hammons 2014-12-24 12:42:17 -06:00
parent 64a3b267ea
commit 5644d37956
2 changed files with 2 additions and 2 deletions

2
rln.c
View File

@ -1545,7 +1545,7 @@ struct OHEADER * make_ofile()
if (!ohold->isArchiveFile)
free(ohold->o_image);
free(ohold);
// free(ohold);
// Also need to remove them from the obj_* tables too :-P
// N.B.: Would probably be worthwhile to remove crap like this

2
rln.h
View File

@ -52,7 +52,7 @@
#define MAJOR 1 // Major version number
#define MINOR 3 // Minor version number
#define PATCH 1 // Patch release number
#define PATCH 2 // Patch release number
#ifdef WIN32
#define PLATFORM "Win32" // Release platform - Windows