Changeset 38783 in vbox
- Timestamp:
- Sep 16, 2011 5:31:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
r38107 r38783 336 336 } 337 337 } 338 else 339 kmem_free(str, size); 338 340 newfp = kmem_alloc(sizeof(sfp_file_t), KM_SLEEP); 339 341 newfp->handle = parms.Handle; … … 360 362 SHFL_CF_ACT_OVERWRITE_IF_EXISTS; 361 363 rc = vboxCallCreate(&vbox_client, &mnt->map, str, &parms); 364 kmem_free(str, size); 362 365 363 366 if (RT_FAILURE(rc)) { 364 kmem_free(str, size);365 367 return (EINVAL); 366 368 }
Note:
See TracChangeset
for help on using the changeset viewer.