Skip to content

Commit 09a6592

Browse files
authored
Merge pull request livecode#5349 from runrevmark/develop-tweaks
Minor tweaks
2 parents 561b2b5 + 2c517f8 commit 09a6592

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

engine/src/w32dcs.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ Boolean MCScreenDC::close(Boolean force)
312312
timeEndPeriod(1);
313313
opened = 0;
314314

315+
DestroyWindow(invisiblehwnd);
316+
invisiblehwnd = NULL;
317+
315318
return True;
316319
}
317320

libfoundation/src/foundation-handler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ MCErrorRef MCHandlerTryToInvokeWithList(MCHandlerRef self, MCProperListRef& x_ar
8383
return nil;
8484

8585
error_exit:
86-
MCValueRelease(x_arguments);
87-
x_arguments = nil;
8886
r_value = nil;
8987

9088
MCErrorRef t_error;

0 commit comments

Comments
 (0)