mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-11 17:41:15 +02:00
Fix another error reported by Wipro, deref of possibly NULL pointer.
This commit is contained in:
parent
a18981a79a
commit
fb3e2dab1b
@ -241,6 +241,7 @@ void falloc_gc()
|
||||
cp = NULL;
|
||||
}
|
||||
else {
|
||||
if (lp)
|
||||
lp->qnext = np;
|
||||
cp = lp;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user