Bug 1341 - Re-initializing libgalago fails
Summary: Re-initializing libgalago fails
Status: RESOLVED FIXED
Alias: None
Product: Galago
Classification: Unclassified
Component: libgalago (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high critical
Assignee: Christian Hammond
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1340
  Show dependency treegraph
 
Reported: 2004-09-11 21:32 UTC by Christian Hammond
Modified: 2004-09-11 09:56 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.