Skip to content

Commit

Permalink
Release memory at end
Browse files Browse the repository at this point in the history
Release memory at end

QA Notes:
Testing Done:
Documentation Notes:
Bug Number:
Reviewed by:
Approved by:
Mailto:
  • Loading branch information
nagappan committed Oct 8, 2012
1 parent 8be1457 commit de7810e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ldtpd/Generic.cs
Expand Up @@ -483,6 +483,7 @@ public string[] GetAllStates(String windowName, String objName)
{
c = null;
pattern = null;
stateList = null;
childHandle = null;
}
}
Expand Down

0 comments on commit de7810e

Please sign in to comment.