Pointer needs to be assigned 'NULL'

Issue #89 resolved
Nicky Perian created an issue

https://bitbucket.org/marinekelley/rlv/src/2dffb70fa7f1af771f7f1da7ff1ba5b2efe2d54d/indra/newview/llspeakers.cpp?at=default#cl-334

gcc kicks an error due to warnings treated as errors.

s/b mSpeakerDelayRemover = NULL;

Comments (1)

  1. Marine Kelley repo owner

    Wow. Two comments with a spelling error, one line of code that doesn't do anything, in particular not what the comment before it said it should do.

    What the hell was I thinking ? lol. Anyway thank you for the heads up :)

    Fixed.

  2. Log in to comment