Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-564

java-script jobs should be released allocated memory for c++ objects

    XMLWordPrintable

Details

    Description

      if a step of a java-script job (spooler_open, spooler_init etc.) ends, the allocated memory for c++ objects is not released in any case.

      Code like does not work any more.

      function spooler_init(){
      o = spooler_task.order;
      return true;
      }

      function spooler_process(){
      > //o in spooler_init created
      o.title = "test";
      spooler_log.info(o.title);
      return true;
      }

      Attachments

        Activity

          People

            ss Stefan Schädlich (Inactive)
            ss Stefan Schädlich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: