Skip to content

Commit

Permalink
[Peripherals] Fix segfault on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Mar 10, 2017
1 parent 3baa7fe commit d2a4a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/peripherals/Peripherals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ CPeripherals::CPeripherals() :
m_portMapper(this)
{
RegisterObserver(&m_portMapper);
Clear();
}

CPeripherals::~CPeripherals()
Expand Down

0 comments on commit d2a4a09

Please sign in to comment.