Free caps in GUPnPDLNAProfilePriv
[gupnp:gupnp-dlna.git] / tests / xml / dlna-profile-illegal-parent.xml
1 <?xml version="1.0"?>
2
3 <!-- illegal reference - should not crash -->
4
5 <dlna-profiles>
6         <dlna-profile name="LPCM" mime="audio/mpeg">
7                 <parent name="foo" />
8                 <restriction type="audio">
9                 </restriction>
10         </dlna-profile>
11 </dlna-profiles>