Skip to content
Snippets Groups Projects
Commit 3d277e5a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

strListFastRemove() and strListFastDelete() now take a count argument

... if you're deleting more than one string, this is much more efficient.

Note we do some pointer compares (in strListFastRemove) *after* we've freed
them in strListFastDelete(). I don't suspect this to be an issue, but it does
seem suspect.
parent 04ae8ff0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment