Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Bernhardt committed Jul 11, 2018
2 parents 9e8a3ab + 74cdfba commit 1aa25fb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public static class LPWSTRByReference extends ByReference {

public LPWSTRByReference() {
super(Pointer.SIZE);
// memory cleanup
getPointer().setPointer(0, null);
}

/**
Expand Down

0 comments on commit 1aa25fb

Please sign in to comment.