#149 closed defect (worksforme)
psTraceFree() leaves psTrace in unstable state
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | sys | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
After calling psTraceFree, p_psCroot is freed, but the pointer isn't set to NULL. Future calls to the
psTrace system will dereference this pointer
rel2_2
Note:
See TracTickets
for help on using tickets.

I'm not sure what to do about this. psTraceFree is not in the SDRS, and as far
as I can tell, it looks like I am expected to remove psTraceFree, which is,
currently, what I am planning to do.