~niclasl/pantheon-files/fix-1252928

« back to all changes in this revision

Viewing changes to src/fm-directory-view.c

  • Committer: Niclas Lockner
  • Date: 2014-01-11 04:38:03 UTC
  • Revision ID: niclaslockner@gmail.com-20140111043803-a2n1ywhbpwhvmhb5
Fix use-after-free

Show diffs side-by-side

added added

removed removed

Lines of Context:
1900
1900
        if (executable != NULL && strcmp (executable, APP_NAME) == 0) {
1901
1901
            g_object_unref (app);
1902
1902
            apps = g_list_delete_link (apps, l);
 
1903
            break;
1903
1904
        }
1904
1905
    }
1905
1906