Skip to content

Commit

Permalink
Fix double-decrement in database logging. ooops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 29, 2012
1 parent 4b07742 commit ed02128
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/libs/libmythbase/loggingserver.cpp
Expand Up @@ -583,8 +583,6 @@ bool DatabaseLogger::logqmsg(MSqlQuery &query, LoggingItem *item)
return false;
}

item->DecrRef();

return true;
}

Expand Down

0 comments on commit ed02128

Please sign in to comment.