Bug 1341

Summary: Re-initializing libgalago fails
Product: Galago Reporter: Christian Hammond <chipx86>
Component: libgalagoAssignee: Christian Hammond <chipx86>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 1340    

Description Christian Hammond 2004-09-11 21:32:32 UTC
Re-initializing libgalago causes things to fail, namely, the re-initialization.
The following code fails:

galago_init("foo", FALSE);
galago_unit();
galago_init("foo", FALSE);

This fails in the check-libgalago unit tests.
Comment 1 Christian Hammond 2004-09-12 02:56:23 UTC
Fixed by unref'ing the connection after disconnecting. I'm pretty sure I used to
do this, but it changed at some point. I don't know why... Will have to keep
this in mind.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.