void vfs_match_free ( struct vfsmatch vm  ) 

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 }

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:49 2010 for herrie by  doxygen 1.6.3