Join pluto's fetching thread instead of detaching it in order to avoid that the leak-detective reports a memleak.

This commit is contained in:
Tobias Brunner
2010-02-02 15:23:39 +01:00
parent b7fd2ea76c
commit dc5969242f
3 changed files with 26 additions and 6 deletions
+1
View File
@@ -63,6 +63,7 @@ extern void wake_fetch_thread(const char *who);
#define wake_fetch_thread(who) /* do nothing */
#endif
extern void init_fetch(void);
extern void fetch_finalize(void);
extern void free_crl_fetch(void);
extern void free_ocsp_fetch(void);
extern void add_distribution_point(linked_list_t *points, char* new_point);