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