Changeset c55cbbf in mainline for uspace/lib/c/generic/dnsr.c
- Timestamp:
- 2013-04-24T06:52:50Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 287d729
- Parents:
- 31e9fe0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/dnsr.c
r31e9fe0 rc55cbbf 92 92 void dnsr_hostinfo_destroy(dnsr_hostinfo_t *info) 93 93 { 94 if (info == NULL) 95 return; 96 94 97 free(info->name); 95 98 free(info);
Note:
See TracChangeset
for help on using the changeset viewer.