| Previous | 199869 Revisions | Next |
| r21283 Thursday 21st February, 2013 at 20:52:23 UTC by Oliver Stöneberg |
|---|
| fixed memory leak in find_default_device() (nw) |
| [src/lib/portmidi] | finddefaultlinux.c |
| r21282 | r21283 | |
|---|---|---|
| 63 | 63 | } |
| 64 | 64 | strcat(full_name, pref_3); |
| 65 | 65 | inf = fopen(full_name, "r"); |
| 66 | free(full_name); | |
| 66 | 67 | if (!inf) goto nopref; // cannot open preference file |
| 67 | 68 | // We're not going to build or link in a full XML parser. |
| 68 | 69 | // Instead, find the path string and quoute. Then, look for |
| Previous | 199869 Revisions | Next |