| r7245 Wednesday 3rd February, 2010 at 06:25:00 UTC by Miodrag Milanović |
|---|
| Removed astring_free that caused trouble [mizapf] |
| [src/mess/devices] | multcart.c |
| r7244 | r7245 | |
|---|---|---|
| 257 | 257 | if (resource->filename == NULL) |
| 258 | 258 | return MCERR_OUT_OF_MEMORY; |
| 259 | 259 | |
| 260 | astring_free(ram_pathname); | |
| 261 | ||
| 262 | 260 | image_battery_load_by_name(resource->filename, resource->ptr, resource->length); |
| 263 | 261 | } |
| 264 | 262 | /* else this type is volatile, in which case we just have |
| Previous 50 | 9078 Revisions | Next 50 |