Add vpiBitVar to the memory cleanup code.

Support for vpiBitVar also needed to be added to the memory (valgrind)
cleanup code.
This commit is contained in:
Cary R 2011-04-04 10:47:20 -07:00 committed by Stephen Williams
parent 86801bef52
commit c5b83bf2ee
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2010 Stephen Williams (steve@icarus.com)
* Copyright (c) 2001-2011 Stephen Williams (steve@icarus.com)
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@ -81,6 +81,7 @@ static void delete_sub_scopes(struct __vpiScope *scope)
case vpiShortIntVar:
case vpiIntVar:
case vpiByteVar:
case vpiBitVar:
signal_delete((scope->intern)[idx]);
break;
case vpiParameter: