Update plugin handling to follow the smart pointers used in the svcore library. This is awkward in our context, and the outcome isn't a very nice one - but it
does look as if we had the potential for use-after-free in cases where a plugin
was both used "bare" and wrapped in an auto-deleting adapter; those should be
fixed now
author |
Chris Cannam |
date |
Thu, 23 Apr 2020 15:51:55 +0100 |
parents |
a98744aadf14 |
children |
|
rev |
line source |
Chris@92
|
1 @article{SonicAnnotator,
|
Chris@92
|
2 author = {Chris Cannam and Michael O. Jewell and Christophe Rhodes and Mark Sandler and Mark d'Inverno},
|
Chris@92
|
3 title = {Linked Data And You: Bringing music research software into the Semantic Web},
|
Chris@92
|
4 journal = {Journal of New Music Research},
|
Chris@92
|
5 number = {4},
|
Chris@92
|
6 pages = {313-325},
|
Chris@92
|
7 volume = {39},
|
Chris@92
|
8 year = {2010}
|
Chris@92
|
9 }
|