diff options
Diffstat (limited to 'gdb/linux-fork.c')
-rw-r--r-- | gdb/linux-fork.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linux-fork.c b/gdb/linux-fork.c index 2233d44..e232d9c 100644 --- a/gdb/linux-fork.c +++ b/gdb/linux-fork.c @@ -61,8 +61,8 @@ struct fork_info if (savedregs) delete savedregs; - if (filepos) - xfree (filepos); + + xfree (filepos); } ptid_t ptid = null_ptid; |