public void release() {
   if (pointer != 0) {
     StructureJNI.BASS_MIDI_FONTINFO_delete(pointer);
   }
   pointer = 0;
 }