Message ID | 20240105052141.228999-2-rostedt@goodmis.org (mailing list archive) |
---|---|
State | Accepted |
Commit | fcb3a837577db79bc9a5006c351c992e577a8ff5 |
Headers | show |
Series | libtracefs sql: A couple of fixes | expand |
diff --git a/src/tracefs-hist.c b/src/tracefs-hist.c index ecfce7442176..5f32ec305409 100644 --- a/src/tracefs-hist.c +++ b/src/tracefs-hist.c @@ -1838,8 +1838,6 @@ int tracefs_synth_save(struct tracefs_synth *synth, action->type = ACTION_SAVE; action->handler = type; - *synth->next_action = action; - synth->next_action = &action->next; save = strdup(".save("); if (!save)