$OpenBSD: patch-third_party_libjingle_xmpp_task_runner_taskrunner_cc,v 1.4 2019/04/17 11:48:54 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
@@ -80,7 +80,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());
   tasks_running_ = false;
