mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move cleanup functions to the right place
This commit is contained in:
parent
3628ed585b
commit
7fc593dd82
1 changed files with 3 additions and 2 deletions
|
|
@ -357,9 +357,10 @@ read_userconfig(char const * file)
|
|||
break;
|
||||
}
|
||||
}
|
||||
free(buf);
|
||||
fclose(fp);
|
||||
}
|
||||
free(buf);
|
||||
fclose(fp);
|
||||
|
||||
return (&config);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue