mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
#45: free the info pointer
This commit is contained in:
parent
9354697975
commit
4ee39714a7
|
@ -931,6 +931,7 @@ get_resolvconf_addr()
|
|||
addr[15] = 0;
|
||||
rv = addr;
|
||||
}
|
||||
free(fixed_info);
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue