diff options
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index dd2b4acf..73358a1d 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1198,6 +1198,7 @@ systemtap_session::systemtap_session (): sym_kprobes_text_start (0), sym_kprobes_text_end (0), sym_stext (0), + module_cache (0), last_token (0) { } |