]> Shamusworld >> Repos - rln/blobdiff - rln.c
Fix for crash on Win32.
[rln] / rln.c
diff --git a/rln.c b/rln.c
index 1a44617110261f04f0cb0f784472db4e489afece..6ab46eecb592d9a2328ab72e8367fdcd397a11c4 100644 (file)
--- a/rln.c
+++ b/rln.c
@@ -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