Skip to content
Commit 2e7b5d05 authored by Phillip Susi's avatar Phillip Susi Committed by Curtis Gedak
Browse files

Prevent GSource double-destroy warning messages (#729800)

Returning false from the OnReadable callback causes the source to
be destroyed, but PipeCapture::~PipeCapture was destroying it a
second time.  Prevent this by zeroing out the sourceid.

Bug 729800 - Prevent GSource double-destroy warning messages
parent f4e1c351
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment