voc / decklink-debugger

Blackmagicdesign DeckLink input debugger
MIT License
23 stars 9 forks source link

Make sure pointer is initialized with nullptr #5

Closed TheAssassin closed 6 years ago

TheAssassin commented 6 years ago

If the value is not explicitly initialized with nullptr, the rest of the code will assume it's pointing to an actual object, which is not the case.