Deallocate a compiled regular expression.
Definition at line 513 of file vfs.c.
00514 { 00515 regfree(&vm->regex); 00516 g_free(vm->string); 00517 g_slice_free(struct vfsmatch, vm); 00518 }