diff options
| author | 2008-09-11 16:25:46 +0000 | |
|---|---|---|
| committer | 2008-09-11 16:25:46 +0000 | |
| commit | aa2b6bd29a0859160a436e0e46b65fde992208a6 (patch) | |
| tree | 7181b0bc9c286f810c44767256e08398f5b881ae /src/osd | |
| parent | ae2d1ed21ae633a1746266f32ea5e7d36397b55e (diff) | |
Cleanups and version bump.mame0127u3
Diffstat (limited to 'src/osd')
| -rw-r--r-- | src/osd/windows/ledutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/ledutil.c b/src/osd/windows/ledutil.c index 285361fd106..708231c9a14 100644 --- a/src/osd/windows/ledutil.c +++ b/src/osd/windows/ledutil.c @@ -384,7 +384,7 @@ static LRESULT handle_copydata(WPARAM wparam, LPARAM lparam) entry = malloc(sizeof(*entry)); if (entry == NULL) return 0; - + string = malloc(strlen(data->string) + 1); if (string == NULL) { |
