$OpenBSD: patch-third_party_libjingle_xmpp_task_runner_taskrunner_cc,v 1.3 2018/05/04 07:14:58 robert Exp $

Index: third_party/libjingle_xmpp/task_runner/taskrunner.cc
--- third_party/libjingle_xmpp/task_runner/taskrunner.cc.orig
+++ third_party/libjingle_xmpp/task_runner/taskrunner.cc
@@ -95,7 +95,7 @@ void TaskRunner::InternalRunTasks(bool in_destructor) 
   std::vector<Task *>::iterator it;
   it = std::remove(tasks_.begin(),
                    tasks_.end(),
-                   reinterpret_cast<Task *>(NULL));
+                   nullptr);
 
   tasks_.erase(it, tasks_.end());
 
