updated hashtable and started on basic hashtable testing
This commit is contained in:
parent
122eb1d351
commit
c344594af7
7 changed files with 453 additions and 187 deletions
|
|
@ -53,7 +53,7 @@ void ARC_Vector_Destroy(ARC_Vector *vector){
|
|||
ARC_Vector_Clear(vector);
|
||||
|
||||
//free the delete data function if it exists
|
||||
if(vector->destroyDataFn){
|
||||
if(vector->destroyDataFn != NULL){
|
||||
free(vector->destroyDataFn);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue