frank90psi / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

typo in plugin.cpp can cause segfaults in firefox #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
plugin.cpp line 464:
app_name == NULL;

should be:
app_name = NULL;

Original issue reported on code.google.com by jazzr...@gmail.com on 12 Oct 2009 at 11:32

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by kdeko...@gmail.com on 12 Oct 2009 at 12:41