updating binding code

This commit is contained in:
Justin Meza 2013-10-04 23:11:19 -04:00 committed by Justin Meza
parent 610f897733
commit add3956967
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ void loadLibrary(ScopeObject *scope, IdentifierNode *target)
lib = NULL;
if (!updateScopeValue(scope, scope, id, val)) goto loadLibraryAbort;
deleteIdentifierNode(id);
}
if (name) free(name);