Gimp.path_free
@accepts([filename])
@returns(none)
def path_free(path):
# Python wrapper for gimp_path_free()
This function frees the memory allocated for the list and the strings it contains.
- path
A list of directories as returned by Gimp.path_parse.