[teklib-general] teklib: Potential double free fixed

hg-notify at neoscientists.org hg-notify at neoscientists.org
Mon Dec 31 06:09:21 CET 2007


details:   http://hg.teklib.org/teklib/rev/76fd8f16c7c0
changeset: 144:76fd8f16c7c0
user:      Timm S. Mueller <tmueller at neoscientists.org>
date:      Sun Dec 30 02:46:15 2007 +0100
description:
Potential double free fixed

diffs (12 lines):

diff -r 060f2a7620a4 -r 76fd8f16c7c0 src/visual/visual_api.c
--- a/src/visual/visual_api.c	Sun Dec 30 01:31:50 2007 +0100
+++ b/src/visual/visual_api.c	Sun Dec 30 02:46:15 2007 +0100
@@ -146,8 +146,6 @@ EXPORT TAPTR vis_openvisual(TMOD_VIS *mo
 				vis_setinput(inst, TITYPE_NONE, TITYPE_CLOSE);
 				return inst;
 			}
-
-			TDisplayFreeReq(inst->vis_Display, req);
 		}
 		TExecCloseModule(mod->vis_ExecBase, inst);
 	}


More information about the teklib-general mailing list