Skip to content

Commit

Permalink
GCHandle should not be stored in a readonly field
Browse files Browse the repository at this point in the history
  • Loading branch information
DaZombieKiller committed Aug 5, 2019
1 parent d627a2f commit b2b9bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VHacdSharp/VHacd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace VHacdSharp

public partial class VHacd : IDisposable
{
readonly GCHandle gcHandle;
GCHandle gcHandle;

readonly Handle handle;

Expand Down

0 comments on commit b2b9bf7

Please sign in to comment.