Fix segfault when replicant source can't be found
This commit is contained in:
@@ -65,7 +65,8 @@ static void loadReplicants (Widget parent) {
|
||||
XtAsprintf (
|
||||
&fullName, "%s/%s",
|
||||
replicantsDir, entry->d_name);
|
||||
XmdReplicantOpen(parent, fullName);
|
||||
XmdReplicantOpen (
|
||||
application, parent, fullName);
|
||||
XtFree(fullName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user