nuhrin / pandafe

"Universal" SDL frontend for Pandora
GNU General Public License v3.0
5 stars 0 forks source link

Pandafe crashes with latest libpnd (git head) #27

Closed nuhrin closed 11 years ago

nuhrin commented 11 years ago

My libpnd vala wrapper is still not able to survive changes to the pnd_disco_t struct. I must have only imagined that I'd fixed this, or not committed the code.

Discovered while investigating a crash report from wb, which may or may not be related.

The issue comes down to some auto-generated vala code trying to free a non-compatible, generated struct with pnd_disco_destroy().

I need to either:

nuhrin commented 11 years ago

Fix committed to pandora-glib repo: https://github.com/nuhrin/pandora-glib/commit/e3f75508530e404d666bf57ccb3063939a9420d7.