Menu

#135 Add StgOpenStorageOnILockBytes function

Unstable (example)
closed-fixed
None
5
2016-04-16
2014-01-19
No

Module already had StgCreateDocfileOnILockBytes. This patch adds StgOpenStorageOnILockBytes function as well for files already created and in memory.

1 Attachments

Discussion

  • Nick Czeczulin

    Nick Czeczulin - 2014-05-22

    Updated patch resolves a memory leak due to a missing Release()

     
  • Mark Hammond

    Mark Hammond - 2014-05-26

    I think both pStgPriority and plb must be released. Also, you should make sure the error path (when pStgPriority fails) should release plb.

     
  • Mark Hammond

    Mark Hammond - 2016-04-16
    • status: open --> closed-fixed
     
  • Mark Hammond

    Mark Hammond - 2016-04-16

    Thanks - checked in a slightly modified version (used 'k' for PyArg_ParseTuple flags as they are unsigned, and removed a little trailing whitespace) as changeset 4392:9559d74774bc

    Thanks!

     

Log in to post a comment.