From 44e56e64e8e7e6ffa8475e3f6015df65a7c4c376 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 26 Dec 2007 16:42:46 +0000 Subject: [PATCH] patch up a small memory leak --- macosx/DragOverlayWindow.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/DragOverlayWindow.m b/macosx/DragOverlayWindow.m index 6f0c520f9..b0391fd91 100644 --- a/macosx/DragOverlayWindow.m +++ b/macosx/DragOverlayWindow.m @@ -104,6 +104,7 @@ } } tr_metainfoFree(&info); + tr_ctorFree(ctor); } }