diff options
Diffstat (limited to 'libpthread/nptl_db/td_thr_clear_event.c')
-rw-r--r-- | libpthread/nptl_db/td_thr_clear_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl_db/td_thr_clear_event.c b/libpthread/nptl_db/td_thr_clear_event.c index fc999df9c..c43c625a4 100644 --- a/libpthread/nptl_db/td_thr_clear_event.c +++ b/libpthread/nptl_db/td_thr_clear_event.c @@ -30,7 +30,7 @@ td_thr_clear_event (th, event) { td_err_e err; psaddr_t eventmask; - void *copy; + void *copy = NULL; LOG ("td_thr_clear_event"); |