Skip to content

Commit

Permalink
修改coverity检测问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchao412 committed Dec 13, 2017
1 parent 8e4c5b5 commit 7e466a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ My_ACE_Dev_Poll_Reactor::dispatch_io_event (Token_Guard& guard)
// notification then releases the token prior to dispatching it.
// NOTE: If notify_handler_->dispatch_one() returns a fail condition
// it has not releases the guard. Else, it has.
if (eh == this->notify_handler_)
if ((eh != NULL)&&(eh == this->notify_handler_))
{
ACE_Notification_Buffer b;

Expand Down

0 comments on commit 7e466a5

Please sign in to comment.