-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b10
If there's an exception at this line:
ClassPathEntry* new_entry = create_class_path_entry(path, &st, false, false, CHECK);
It won't free the array at line:
FREE_C_HEAP_ARRAY(char, path);
ClassPathEntry* new_entry = create_class_path_entry(path, &st, false, false, CHECK);
It won't free the array at line:
FREE_C_HEAP_ARRAY(char, path);