1
0
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:
v.audacity 2010-09-14 23:02:19 +00:00
parent a18981a79a
commit fb3e2dab1b

View File

@ -241,6 +241,7 @@ void falloc_gc()
cp = NULL;
}
else {
if (lp)
lp->qnext = np;
cp = lp;
}