Update TODO statuses
This commit is contained in:
@@ -34,11 +34,10 @@ void setUp(void) {
|
||||
}
|
||||
|
||||
void tearDown(void) {
|
||||
// TODO: Implement GC so we can clean these both up
|
||||
//ucl_object_delete(input);
|
||||
input = NULL;
|
||||
ucl_scope_delete(scope);
|
||||
ucl_gc();
|
||||
|
||||
input = NULL;
|
||||
response = NULL;
|
||||
scope = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user