Skip to content

Conversation

timhall
Copy link
Member

@timhall timhall commented Apr 15, 2015

Re-throwing error in AutoProxy caused cleanup to run twice which led to pointers being attempted to be re-freed causing Excel to crash. This fixes re-throwing from running cleanup again and sets freed pointers to 0.

Fixes #108 and #102

Re-throwing error in AutoProxy caused cleanup to run twice which led to
pointers being attempted to be re-freed causing Excel to crash. This
fixes re-throwing from running cleanup again and sets freed pointers to
0. Fixes #108
timhall added a commit that referenced this pull request Apr 15, 2015
Resolve memory free bug in AutoProxy
@timhall timhall merged commit 92581be into master Apr 15, 2015
@timhall timhall deleted the frees-memory branch April 15, 2015 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AutoProxy_Cleanup frees already freed memory resulting in Excel crash
1 participant