Mercurial
>
hg
>
idav
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: application/config.c
application/config.c
changeset 101
7b3a3130be44
parent 85
44ebbb4c8a13
equal
deleted
inserted
replaced
100:d2bd73d28ff1
101:7b3a3130be44
388
break;
388
break;
389
}
389
}
390
}
390
}
391
391
392
free(req_url_proto.ptr);
392
free(req_url_proto.ptr);
393
cxListDestroy(locations);
393
cxListFree(locations);
394
394
395
return id;
395
return id;
396
}
396
}