~jdstrand/ubuntu-app-launch/upstart-app-launch-lp1197047

« back to all changes in this revision

Viewing changes to libupstart-app-launch/upstart-app-launch.c

  • Committer: Ted Gould
  • Date: 2013-08-02 02:11:44 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: ted@gould.cx-20130802021144-5j6o9k60qlsngiqr
Dropping the PID as that'll be hard

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
        }
186
186
 
187
187
        if (job_found && instance != NULL) {
188
 
                observer->func(instance, 0, observer->user_data);
 
188
                observer->func(instance, observer->user_data);
189
189
        }
190
190
 
191
191
        g_free(instance);