Minor changes

This commit is contained in:
Jackz 2022-07-26 20:10:50 -05:00
parent e473cbe3ee
commit 0b51fe19ad
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
6 changed files with 11 additions and 6 deletions

View file

@ -2189,7 +2189,7 @@ stock bool isVisibleTo(int client, int target)
ret = true;
}
}
CloseHandle(trace);
delete trace;
return ret;
}
@ -2234,7 +2234,7 @@ stock bool isInterruptTo(int client, int target)
ret = true;
}
}
CloseHandle(trace);
delete trace;
return ret;
}